Skip to content

Commit

Permalink
Update README.rst (#1821)
Browse files Browse the repository at this point in the history
Since nothing is running without the print network I added the creation step to the build and dev serve description of docker-compose
  • Loading branch information
vvmruder authored Sep 18, 2023
1 parent 5ec330c commit 15bd999
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Starting the development server

#. Build run the initial build depending on your OS:

* ``docker network create print-network``
* Linux: ``docker-compose run --rm -u $(id -u):$(id -g) oereb-make build``
* MAC/Windows: ``docker-compose run --rm oereb-make build``

Expand All @@ -43,6 +44,7 @@ To run the tests locally:

The docker way:
---------------
* ``docker network create print-network``
* Linux: ``docker-compose run --rm -u $(id -u):$(id -g) oereb-server make build tests``
* MAC/Windows: ``docker-compose run --rm oereb-server make build tests``

Expand Down

0 comments on commit 15bd999

Please sign in to comment.