You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: install_pim/docker/installation_docker.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ This is achieved by `bind mounting <https://docs.docker.com/storage/bind-mounts/
48
48
.. note::
49
49
50
50
The following compose file example is intentionally incomplete, focusing on cache directories only.
51
-
Check the complete file directly `in the PIM <https://github.com/akeneo/pim-community-dev/blob/3.1/docker-compose.yml>`_.
51
+
Check the complete file directly `in the PIM <https://github.com/akeneo/pim-community-dev/blob/master/docker-compose.yml>`_.
52
52
53
53
.. code-block:: yaml
54
54
@@ -134,7 +134,7 @@ Here is a ``docker-compose.override.yml`` example:
134
134
135
135
Be aware that it is currently not possible to replace array values in the override. You can read more here: https://docs.docker.com/compose/extends/#adding-and-overriding-configuration.
136
136
137
-
This is why the mapping of the Apache port is already present in `docker-compose.yml <https://github.com/akeneo/pim-community-dev/blob/3.1/docker-compose.yml#L46>`_, as this mapping is mandatory to access the PIM from a web browser.
137
+
This is why the mapping of the Apache port is already present in `docker-compose.yml <https://github.com/akeneo/pim-community-dev/blob/master/docker-compose.yml#L46>`_, as this mapping is mandatory to access the PIM from a web browser.
138
138
It is configurable through an environment variable, wo you will not have any conflicts having several PIM running in parallel. Just copy the file ```.env.dist``` as ```.env``` and set the port you want to access Apache on.
139
139
140
140
If you intend to run behat tests, create on your host a folder ``/tmp/behat/screenshots`` (or anywhere else according to your compose file) with full read/write access to your user.
Another possibility is to launch several daemons that will consume different jobs. This could be useful if you want a specific job to be consumed sooner.
Copy file name to clipboardexpand all lines: manipulate_pim_data/mass_edition/register_a_new_mass_edit_action.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ on selected products.
8
8
Prerequisite
9
9
------------
10
10
The mass edit action uses the `BatchBundle
11
-
<https://github.com/akeneo/pim-community-dev/blob/3.1/src/Akeneo/Tool/Bundle/BatchBundle>`_ in order to run mass edit in the background. Readers and Writers are already
11
+
<https://github.com/akeneo/pim-community-dev/blob/master/src/Akeneo/Tool/Bundle/BatchBundle>`_ in order to run mass edit in the background. Readers and Writers are already
12
12
created so in this cookbook we will focus on how to create a Mass Edit Action and create a Processor.
13
13
For more information on how to create Jobs, Readers, Processors, or Writers please see :doc:`/import_and_export_data/index`.
To create common objects, we rely on different methods depending on the complexity of the object. There are some examples on how to use these services.
0 commit comments