mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 13:21:29 +00:00
Add a note about db
This commit is contained in:
parent
a09416e0ae
commit
c1797204b5
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ Run some tests:
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
|
|
||||||
|
1. You might have to `sudo chown -R 999:999 for` for `db/data` if you have permission issues with docker.
|
||||||
1. If you need to run stuff on your host (eg. ruby, rubocop, bundle install etc) run all commands from the: `Dockerfile.dev`. It should setup identical setup for your machine.
|
1. If you need to run stuff on your host (eg. ruby, rubocop, bundle install etc) run all commands from the: `Dockerfile.dev`. It should setup identical setup for your machine.
|
||||||
1. Add docker container names to /etc/hosts. This makes it possible to run test from local machine without using the container since editor/IDE don't integrate with Docker so well.
|
1. Add docker container names to /etc/hosts. This makes it possible to run test from local machine without using the container since editor/IDE don't integrate with Docker so well.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue