Updated StellaBellum Administration Guide (markdown)

This commit is contained in:
Cekis
2018-11-28 11:36:15 -08:00
parent 7d9e71eeb3
commit f6c41c2577

View File

@@ -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
## <a name="#getting_started">Getting Started</a>
## 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.
### <a name="pre_auth">AuthenticationSystem</a>
### AuthenticationSystem
### Optional