diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-08-06 02:38:57 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-08-06 19:44:38 +0200 |
| commit | b425cf02d25fe8a853aef4ed6f49b1fb6fa25658 (patch) | |
| tree | d95e2c0c12821f7a9cd1eda62855ed6b926a7155 | |
| parent | 7eaa157be2bcddabb6130da13b5bc3c7b09b581f (diff) | |
| download | wiki-b425cf02d25fe8a853aef4ed6f49b1fb6fa25658.tar.gz wiki-b425cf02d25fe8a853aef4ed6f49b1fb6fa25658.tar.bz2 wiki-b425cf02d25fe8a853aef4ed6f49b1fb6fa25658.zip | |
Update digital-ocean-video-tutorial.md
| -rw-r--r-- | docs/digital-ocean-video-tutorial.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/digital-ocean-video-tutorial.md b/docs/digital-ocean-video-tutorial.md index 06a70cf..554285e 100644 --- a/docs/digital-ocean-video-tutorial.md +++ b/docs/digital-ocean-video-tutorial.md @@ -155,8 +155,7 @@ make install -j $MTHREADS; - Upload the .conf files back to the etc directory using your SFTP client. #### Initial Database Setup and Load -- Similar to what was done with the Authserver.conf and Worldserver.conf, we need to update the database import configuration file. Using SFTP, navigate to `/home/azcore/azerothcore/conf/` and find the `config.sh.dist`. Download it to your local machine. -- Rename it to remove the `.dist` from the file name, so it reads `config.sh`. +- Similar to what was done with the Authserver.conf and Worldserver.conf, we need to update the database import configuration file. Using SFTP, navigate to `/home/azcore/azerothcore/conf/dist/` and find the `config.sh`. Download it to your local machine. - Open up `config.sh` in an editor and locate the section *DB EXPORTER/IMPORTER CONFIGURATIONS*. - Replace the Database login information beginning at line 153 with the database username and password you set earlier in this tutorial. Do this for the Auth, Character, and World database configuration sections (beginning at line 153, 158, and 163 respectively). - Save `config.sh` and upload back to the directory `/home/azcore/azerothcore/conf/`. |
