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: birdhouse/README.rst
+36-23Lines changed: 36 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,29 @@ Requirements:
17
17
* Install latest docker-ce and docker-compose for the chosen distro (not the
18
18
version from the distro).
19
19
20
-
To run ``docker-compose`` for PAVICS, the `pavics-compose.sh <pavics-compose.sh>`_ (:download:`download </birdhouse/pavics-compose.sh>`) wrapper script must be used.
21
-
This script will source the ``env.local`` file, apply the appropriate variable substitutions on all the configuration files
22
-
".template", and run ``docker-compose`` with all the command line arguments given to `pavics-compose.sh <pavics-compose.sh>`_ (:download:`download </birdhouse/pavics-compose.sh>`).
23
-
See `env.local.example <env.local.example>`_ (:download:`download </birdhouse/env.local.example>`) for more details on what can go into the ``env.local`` file.
20
+
To run ``docker-compose`` for PAVICS, the `pavics-compose.sh <pavics-compose.sh>`_
21
+
(:download:`download </birdhouse/pavics-compose.sh>`) wrapper script must be used.
22
+
This script will source the ``env.local`` file, apply the appropriate variable substitutions
23
+
on all the configuration files ".template", and run ``docker-compose`` with all the command
24
+
line arguments given to `pavics-compose.sh <pavics-compose.sh>`_ (:download:`download </birdhouse/pavics-compose.sh>`).
25
+
See `env.local.example <env.local.example>`_ (:download:`download </birdhouse/env.local.example>`) for more details on
26
+
what can go into the ``env.local`` file.
24
27
25
-
If the file `env.local` is somewhere else, symlink it here, next to `docker-compose.yml <docker-compose.yml>`_ (:download:`download </birdhouse/docker-compose.yml>`) because many scripts assume this location.
28
+
If the file `env.local` is somewhere else, symlink it here, next to `docker-compose.yml <docker-compose.yml>`_
29
+
(:download:`download </birdhouse/docker-compose.yml>`) because many scripts assume this location.
26
30
27
31
To follow infrastructure-as-code, it is encouraged to source control the above
28
32
`env.local` file and any override needed to customized this PAVICS deployment
29
-
for your organization. For an example of possible override, see how the `emu service <optional-components/emu/docker-compose-extra.yml>`_ (:download:`download </birdhouse/optional-components/emu/docker-compose-extra.yml>`)
30
-
(`README <optional-components/README.rst#emu-wps-service-for-testing>`_) can be optionally added to the deployment via the `override mechanism <https://docs.docker.com/compose/extends/>`_.
31
-
Ouranos specific override can be found in this `birdhouse-deploy-ouranos <https://github.com/bird-house/birdhouse-deploy-ouranos>`_ repo.
33
+
for your organization. For an example of possible override,
34
+
see how the `emu service <optional-components/emu/docker-compose-extra.yml>`_
The automatic deployment of the PAVICS platform, of the Jupyter tutorial
53
61
notebooks and of the automatic deployment mechanism itself can all be
@@ -62,15 +70,17 @@ To launch all the containers, use the following command:
62
70
63
71
./pavics-compose.sh up -d
64
72
65
-
If you get a ``'No applicable error code, please check error log'`` error from the WPS processes, please make sure that the WPS databases exists in the
66
-
postgres instance. See `create-wps-pgsql-databases.sh <scripts/create-wps-pgsql-databases.sh>`_ (:download:`download </birdhouse/scripts/create-wps-pgsql-databases.sh>`).
73
+
If you get a ``'No applicable error code, please check error log'`` error from the WPS processes, please
74
+
make sure that the WPS databases exists in the postgres instance.
75
+
See `create-wps-pgsql-databases.sh <scripts/create-wps-pgsql-databases.sh>`_
0 commit comments