diff options
| author | 55Honey <71938210+55Honey@users.noreply.github.com> | 2022-02-22 00:59:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-22 00:59:09 +0100 |
| commit | 239329ca93cc5a6507e61cc6a9da6562f3aed0f2 (patch) | |
| tree | 288d067d0298884e4bf7942f6b7b9bd16d8ecbad /docs | |
| parent | 0f8267ef0f3fa9ba22b7fa907b8ebda882176430 (diff) | |
| download | wiki-239329ca93cc5a6507e61cc6a9da6562f3aed0f2.tar.gz wiki-239329ca93cc5a6507e61cc6a9da6562f3aed0f2.tar.bz2 wiki-239329ca93cc5a6507e61cc6a9da6562f3aed0f2.zip | |
chore: remove db-assembler (#691)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ac-dashboard-core-installation.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/ac-dashboard-core-installation.md b/docs/ac-dashboard-core-installation.md index c87c150..f08596f 100644 --- a/docs/ac-dashboard-core-installation.md +++ b/docs/ac-dashboard-core-installation.md @@ -69,14 +69,6 @@ it is a good practice to change its password to something more secure.* - Or change the `config.sh` to use another MySQL user. -Then run: - -``` -./acore.sh db-assembler import-all -``` - -this will install a full AzerothCore Database. No need to import any DB update at this point. - ### Download the latest client data Get the latest client data: @@ -101,6 +93,7 @@ If you followed the above, you'll get your server inside the `env/dist` director The `worldserver` and `authserver` binaries are located in `azerothcore-wotlk/env/dist/bin`. You can either run them directly or use the restarter (see below). +The first startup of the `worldserver` will install a full AzerothCore Database. No need to import any DB update at this point. ### Restarter |
