Update README.md
This commit is contained in:
parent
f9c8d8db9b
commit
e961ed23fc
14
README.md
14
README.md
@ -3,18 +3,16 @@
|
|||||||
To first run the application in your local environment you can use
|
To first run the application in your local environment you can use
|
||||||
|
|
||||||
```
|
```
|
||||||
# First: (re-)build the app image including migration
|
# In the root directory
|
||||||
make backend_build
|
docker-compose -f ./bff/docker-compose.yaml -p df-bff up -d
|
||||||
|
|
||||||
|
# In bff directory
|
||||||
|
docker-compose -p df-bff up -d
|
||||||
|
|
||||||
# Second: run the db and the app as docker containers
|
# Using `make`
|
||||||
make backend
|
make backend
|
||||||
```
|
```
|
||||||
|
|
||||||
or run those commands, listed in ```Makefile```, ***manually*** with your terminal in the repository root directory.
|
|
||||||
|
|
||||||
**Important**: The docker commands were tested on *fedora*. On *Windows* some commands might differ or do not work at all. E. g. `make migrateup`.
|
|
||||||
That is due to the fact that on *Windows* the parameters `--privileged=true` and `--network host` do not exist or are handled differently.
|
|
||||||
|
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
|
|
||||||
To create a local development environment you need some tools.
|
To create a local development environment you need some tools.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user