From 3dcccdcb94e998da98713fa7e4a4ba15caa9b0b1 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 22 Oct 2022 02:00:30 +0200 Subject: Update ac-dashboard-core-installation.md --- docs/ac-dashboard-core-installation.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit