1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

Fix the way CL are displayed (inline instead of l/l) for db creation

This commit is contained in:
matbgn 2017-04-12 16:52:41 +02:00
parent a52e0e4371
commit 36d7cfe701

View File

@ -340,9 +340,11 @@ Copy the previously customized `nginx.conf.example` as `/home/core/fabmanager/co
#### create/migrate/seed db
`docker-compose run --rm fabmanager bundle exec rake db:create`
`docker-compose run --rm fabmanager bundle exec rake db:migrate`
`docker-compose run --rm fabmanager bundle exec rake db:seed`
```bash
docker-compose run --rm fabmanager bundle exec rake db:create
docker-compose run --rm fabmanager bundle exec rake db:migrate
docker-compose run --rm fabmanager bundle exec rake db:seed
```
#### build assets