Database setup in Docker install instructions

This commit is contained in:
Bat 2018-10-12 20:41:05 +01:00
parent ab20fec147
commit dde4583fd3

View File

@ -216,8 +216,8 @@ docker-compose build
# Launch the database
docker-compose up -d postgres
# Run the migrations
docker-compose run --rm plume diesel migration run
# Setup the database (create it and run migrations)
docker-compose run --rm plume diesel database setup
# Setup your instance
docker-compose run --rm plume plm instance new