diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2022-10-22 02:00:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-22 02:00:30 +0200 |
| commit | 3dcccdcb94e998da98713fa7e4a4ba15caa9b0b1 (patch) | |
| tree | 58f18a6ade1c17cc603ccbb9b0d0963347c54760 | |
| parent | bbf7cf588507d156425f28dc32f6ba502ad92768 (diff) | |
| download | wiki-3dcccdcb94e998da98713fa7e4a4ba15caa9b0b1.tar.gz wiki-3dcccdcb94e998da98713fa7e4a4ba15caa9b0b1.tar.bz2 wiki-3dcccdcb94e998da98713fa7e4a4ba15caa9b0b1.zip | |
Update ac-dashboard-core-installation.md
| -rw-r--r-- | docs/ac-dashboard-core-installation.md | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/ac-dashboard-core-installation.md b/docs/ac-dashboard-core-installation.md index 5b032ec..ecce061 100644 --- a/docs/ac-dashboard-core-installation.md +++ b/docs/ac-dashboard-core-installation.md @@ -68,8 +68,6 @@ exit; *Note: even though the `acore` user is only accessible from localhost, it is a good practice to change its password to something more secure.* -- Or change the `config.sh` to use another MySQL user. - ### Download the latest client data Get the latest client data: @@ -78,13 +76,22 @@ Get the latest client data: ./acore.sh client-data ``` -### Server config files +### Server config files (optional) + +create these 2 files if you want to change the default configurations of the server + +#### Linux and Mac ``` cp env/dist/etc/authserver.conf.dist env/dist/etc/authserver.conf +cp env/dist/etc/worldserver.conf.dist env/dist/etc/worldserver.conf ``` + +#### Windows and Mac + ``` -cp env/dist/etc/worldserver.conf.dist env/dist/etc/worldserver.conf +cp env/dist/configs/authserver.conf.dist env/dist/configs/authserver.conf +cp env/dist/configs/worldserver.conf.dist env/dist/configs/worldserver.conf ``` ### Result |
