diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-24 13:26:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-24 13:26:28 +0200 |
| commit | e2f7a9b9849e4f1f12336c64c30ee265933b1e90 (patch) | |
| tree | c0be88c4436e26a59f30ba813a65814a573fa5be /docs | |
| parent | 48bd404f1d0882920a339e7db76e67a469da939f (diff) | |
| download | wiki-e2f7a9b9849e4f1f12336c64c30ee265933b1e90.tar.gz wiki-e2f7a9b9849e4f1f12336c64c30ee265933b1e90.tar.bz2 wiki-e2f7a9b9849e4f1f12336c64c30ee265933b1e90.zip | |
docs: align database-only-quick-setup.md to latest AC (#439)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/database-only-quick-setup.md | 8 |
1 files changed, 8 insertions, 0 deletions
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: |
