mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
fix docker-compose deploy instructions
This commit is contained in:
parent
c760a96320
commit
8c156e4830
@ -1,5 +1,9 @@
|
||||
# Changelog Fab Manager
|
||||
|
||||
## next release
|
||||
|
||||
- Fixed deploy instructions with docker-compose
|
||||
|
||||
## v2.6.0 2017 November 13
|
||||
|
||||
- Additional button to delete a slot, allowing to delete slots masked by others
|
||||
|
@ -196,7 +196,8 @@ docker-compose pull
|
||||
```bash
|
||||
docker-compose run --rm fabmanager bundle exec rake db:create # create the database
|
||||
docker-compose run --rm fabmanager bundle exec rake db:migrate # run all the migrations
|
||||
docker-compose run --rm -e ADMIN_EMAIL=xxx ADMIN_PASSWORD=xxx fabmanager bundle exec rake db:seed # seed the database
|
||||
# replace xxx with your default admin email/password
|
||||
docker-compose run --rm -e ADMIN_EMAIL=xxx -e ADMIN_PASSWORD=xxx fabmanager bundle exec rake db:seed # seed the database
|
||||
```
|
||||
|
||||
### build assets
|
||||
|
Loading…
x
Reference in New Issue
Block a user