Improve db setup instructions

install-doc
Marcin Kulik 7 years ago
parent 3d2c65ebe9
commit aabc45a0c2

@ -111,8 +111,14 @@ they're mapped inside repository's `volumes` directory.
### Initialize the database ### Initialize the database
Now, once you have the config file ready, create database schema and seed it You have the config file ready and the data volumes mapped. It's time to set up
with initial data: the database.
Start PostgreSQL container (skip this if you use existing PostgreSQL server):
docker-compose up -d postgres
Create database schema and seed it with initial data:
docker-compose run --rm web bundle exec rake db:setup docker-compose run --rm web bundle exec rake db:setup

Loading…
Cancel
Save