From f6c41c257790731a842ebc0de7b802cdfa8316df Mon Sep 17 00:00:00 2001 From: Cekis Date: Wed, 28 Nov 2018 11:36:15 -0800 Subject: [PATCH] Updated StellaBellum Administration Guide (markdown) --- StellaBellum-Administration-Guide.md | 51 +++++++++++----------------- 1 file changed, 19 insertions(+), 32 deletions(-) diff --git a/StellaBellum-Administration-Guide.md b/StellaBellum-Administration-Guide.md index 43c5230..a1bac8e 100644 --- a/StellaBellum-Administration-Guide.md +++ b/StellaBellum-Administration-Guide.md @@ -3,51 +3,38 @@ ## Index * [Getting Started](#getting-started) - * [Architecture](stella-administration-guide#arch) - * [Services](stella-administration-guide#services) + * [Architecture](#architecture) + * [Services](#services) -* [Installation](stella-administration-guide#pre_install) - * [GameServer](stella-administration-guide#pre_game) - * [DatabaseServer](stella-administration-guide#pre_db) - * [AuthenticationSystem](stella-administration-guide#pre_auth) - * [Optional] +* [Installation](#installation) + * [GameServer](#gameserver) + * [DatabaseServer](#databaseserver) + * [AuthenticationSystem](#authenticationsystem) + * [Optional](#optional) -* [Authentication](stella-administration-guide#auth) - * Enabling Authentication - * Banning Accounts - * Suspending Accounts - * Admintables +* [Authentication](#authentication) + * [Enabling Authentication](#enabling-authentication) + * [Banning Accounts](#banning-accounts) + * [Suspending Accounts](#suspending-accounts) + * [Admintables](#admintables) -* [MVC-Framework](stella-administration-guide#mvc) - * Register an Account - * Change Userrole to Admin or GM - * Usermanagement - * Banning Accounts - * Suspending Accounts - * Getting Items/Objects related to Characters of Account X - * Getting Loginformations - * Automatic Ban System on Exploitwarnings or Overfloods - * Caches - * osTicket Ticketing System - - -* [LoginServer](stella-administration-guide#loginserver) +* [LoginServer](loginserver) * Configuration Parameters -* [GameServer](stella-administration-guide#gameserver) +* [GameServer](#gameserver) * Configuration Parameters -* [ConnectionServer](stella-administration-guide#connectionserver) +* [ConnectionServer](#connectionserver) * Configuration Parameters -* [CentralServer](stella-administration-guide#centralserver) +* [CentralServer](#centralserver) * Configuration Parameters -* [PlanetServer](stella-administration-guide#planetserver) +* [PlanetServer](#planetserver) * Configuration Parameters -## Getting Started +## Getting Started If you come here, you most likely used a SOE-SWG Source Server in the past, if you have been working with other Linux-Releases you will find yourself in a familiar environment. There are some differences tough that you encounter with the stellab Version. * 64bit Linux using 32bit Binarys @@ -105,7 +92,7 @@ After this we are ready to prepare the DatabaseServer. -### AuthenticationSystem +### AuthenticationSystem ### Optional