From dde4583fd3c38e8caf89191a4bee30249a6bd82a Mon Sep 17 00:00:00 2001 From: Bat Date: Fri, 12 Oct 2018 20:41:05 +0100 Subject: [PATCH] Database setup in Docker install instructions --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 42dbdb73..70d19c0a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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