From 8dddfdb3ba6b99288fda47e6db6bf9e5e31d8ed8 Mon Sep 17 00:00:00 2001 From: "Julio A. Leyva Osorio" Date: Mon, 21 Feb 2022 19:06:53 -0500 Subject: Update server setup (#688) * Update server-setup.md * Update es/server-setup.md * Update --- docs/server-setup.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'docs/server-setup.md') diff --git a/docs/server-setup.md b/docs/server-setup.md index 3f9ea41..a499d5f 100644 --- a/docs/server-setup.md +++ b/docs/server-setup.md @@ -1,21 +1,21 @@ # Server Setup -| Installation Guide | | -| :- | :- | +| Installation Guide | | +| :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) | +| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) | Now that you have the source compiled, you need to add some necessary files, by either downloading or extracting them. Some files are optional but highly recommended: -| Directory | | -| :- | :- | -| dbc | Mandatory | -| maps | Mandatory | -| vmaps | HIGHLY RECOMMENDED | -| mmaps | HIGHLY RECOMMENDED | -| cameras | Recommended | +| Directory | | +| :- | :- | +| dbc | Mandatory | +| maps | Mandatory | +| vmaps | HIGHLY RECOMMENDED | +| mmaps | HIGHLY RECOMMENDED | +| cameras | Recommended | ## Download @@ -91,6 +91,7 @@ You need to run Mapextractor.exe before the makevmaps_simple.bat. Open the .conf files and scroll down to LoginDatabaseInfo, WorldDatabaseInfo, and CharacterDatabaseInfo and enter MySQL login information for the server to be able to access your database. On a newly compiled configuration, you will have the following values by default + ``` LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth" worldserver.conf / authserver.conf WorldDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_world" worldserver.conf @@ -139,7 +140,7 @@ If you are still having problems, check: * [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time. -| Installation Guide | | -| :- | :- | +| Installation Guide | | +| :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) | +| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) | -- cgit