mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-23 12:01:02 +00:00
Database setup in Docker install instructions
This commit is contained in:
parent
ab20fec147
commit
dde4583fd3
1 changed files with 2 additions and 2 deletions
|
@ -216,8 +216,8 @@ docker-compose build
|
||||||
|
|
||||||
# Launch the database
|
# Launch the database
|
||||||
docker-compose up -d postgres
|
docker-compose up -d postgres
|
||||||
# Run the migrations
|
# Setup the database (create it and run migrations)
|
||||||
docker-compose run --rm plume diesel migration run
|
docker-compose run --rm plume diesel database setup
|
||||||
|
|
||||||
# Setup your instance
|
# Setup your instance
|
||||||
docker-compose run --rm plume plm instance new
|
docker-compose run --rm plume plm instance new
|
||||||
|
|
Loading…
Reference in a new issue