Update CONTRIBUTING.md with bundle install command
Add command to install dependencies in development setup
This commit is contained in:
parent
ade8365d2c
commit
a3fb533ca0
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over
|
||||||
```
|
```
|
||||||
1. Set up the development environment (only once)
|
1. Set up the development environment (only once)
|
||||||
```bash
|
```bash
|
||||||
|
docker compose run --rm osem bundle install
|
||||||
docker compose run --rm osem bundle exec rake db:bootstrap
|
docker compose run --rm osem bundle exec rake db:bootstrap
|
||||||
```
|
```
|
||||||
1. Start the development environment:
|
1. Start the development environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue