From e2f7a9b9849e4f1f12336c64c30ee265933b1e90 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 24 Apr 2021 13:26:28 +0200 Subject: docs: align database-only-quick-setup.md to latest AC (#439) --- docs/database-only-quick-setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/database-only-quick-setup.md') diff --git a/docs/database-only-quick-setup.md b/docs/database-only-quick-setup.md index 1ccba76..362f4ab 100644 --- a/docs/database-only-quick-setup.md +++ b/docs/database-only-quick-setup.md @@ -47,6 +47,14 @@ If you want to chance those values, run the following instead: DB_EXTERNAL_PORT=9000 DB_ROOT_PASSWORD=root docker-compose up ac-database ``` +After the db service is up and running, use the following command to import the database + +`docker-compose run --rm ac-dev-server ./acore.sh db-assembler import-all` + +This will import all the sql files needed to setup your database + +NOTE: The same command can be used to keep the database updated with latest changes when you update the repository + ### Destroy the docker instance of the AC Database You can destroy the containers created with docker-compose using: -- cgit