1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

Merge branch 'dev' of github.com:LaCasemate/fab-manager into dev

This commit is contained in:
Sylvain 2017-05-15 16:50:18 +02:00
commit c9b3dd0144

View File

@ -332,7 +332,7 @@ OR
Copy the previously customized `nginx.conf.example` as `/home/core/fabmanager/config/nginx/fabmanager.conf` if you do not want ssl support (not recommended !).
#### copy docker-compose.yml to /home/core/
#### copy docker-compose.yml to /home/core/fabmanager
#### pull images
@ -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