Skip to content

Commit

Permalink
clarified readme for development installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Sep 3, 2020
1 parent fd482de commit 13d5a27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ Now your server is up and running and ready to work. You can find the API-docume
## Install for Development

```
docker run --rm -v $(pwd)/src:/app composer/composer install --ignore-platform-reqs
docker run --rm -v $(pwd)/web/src:/app composer install --ignore-platform-reqs
docker-compose -f development.docker-compose.yml up
docker-compose -f development.docker-compose.yml up -d
docker-compose -f development.docker-compose.yml exec web ash
```

0 comments on commit 13d5a27

Please sign in to comment.