mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
Merge pull request #65 from matbgn/dev
Avec l'introduction du $PWD le chemin relatif /config/env est plus court. Raison de cette PR
This commit is contained in:
commit
f8bb809eee
@ -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 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
|
#### pull images
|
||||||
|
|
||||||
@ -340,9 +340,11 @@ Copy the previously customized `nginx.conf.example` as `/home/core/fabmanager/co
|
|||||||
|
|
||||||
#### create/migrate/seed db
|
#### create/migrate/seed db
|
||||||
|
|
||||||
`docker-compose run --rm fabmanager bundle exec rake db:create`
|
```bash
|
||||||
`docker-compose run --rm fabmanager bundle exec rake db:migrate`
|
docker-compose run --rm fabmanager bundle exec rake db:create
|
||||||
`docker-compose run --rm fabmanager bundle exec rake db:seed`
|
docker-compose run --rm fabmanager bundle exec rake db:migrate
|
||||||
|
docker-compose run --rm fabmanager bundle exec rake db:seed
|
||||||
|
```
|
||||||
|
|
||||||
#### build assets
|
#### build assets
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user