Skip to content

Commit

Permalink
concepts: Add GND
Browse files Browse the repository at this point in the history
Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep committed Aug 22, 2024
1 parent 1df1bfd commit bed747e
Show file tree
Hide file tree
Showing 106 changed files with 199,520 additions and 23,363 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '16'

- name: Docker compose up
run: docker-compose up -d
run: docker compose up -d

- name: Set up Python 3.9
uses: actions/setup-python@v5
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ You need to install `poetry`, it will handle the virtual environment creation fo
in order to sandbox the Python environment, as well as manage the dependency installation,
among other things.

Start all dependent services using docker-compose (this will start PostgreSQL,
Start all dependent services using docker compose (this will start PostgreSQL,
Elasticsearch 6, RabbitMQ and Redis):

.. code-block:: console
$ docker-compose up -d
$ docker compose up -d
.. note::

Expand Down Expand Up @@ -114,7 +114,7 @@ You can use simulate a full production environment using the
.. code-block:: console
$ docker build --rm -t rero-mef-base:latest -f Dockerfile.base .
$ docker-compose -f docker-compose.full.yml up -d
$ docker compose -f docker-compose.full.yml up -d
In addition to the normal ``docker-compose.yml``, this one will start:

Expand Down
240 changes: 0 additions & 240 deletions classes.md

This file was deleted.

Loading

0 comments on commit bed747e

Please sign in to comment.