11-10-2012, 05:22 PM
Hello! Today I'll show you how to run EP1 on Linux Server.
1. Requerements:
- Linux Experience
- Linux Server
- apt-get
- Brain
2. Installation of req. packages:
If you have more then 10 GB Ram you can install xrdp and gnome to start server without closeing because display errors
apt-get install xrdp gnome
This will take a long time because gnome is large... look at there because their need some user input like an Password or something else
If you have installed this, you need to install "wine":
apt-get install wine
noew install mysql if you dont have:
apt-get install mysql-server mysql-client
Set an password for root user in installation!
last but not least you need to install an programm to run all servers without closeing at close PuTTy.
apt-get install screen
3. Install/Running LC Server:
now you need to make an folder for servers like this:
mkdir LCServer
cd LCServer
now upload EVERYTHING (like GameServer folder and the .sql files of you're DB) to this folder!
If upload is finished in to this folder, type in this:
ls
If you see all server folder and you're SQL files, you have do everything right
Now you need to import this SQL files with phpmyadmin or something like this (Search for an tut, i dont want to tell you here how to do this)
Before you can start you're server, you need to edit the config files:
cd GameServer
nano newStobm.bin //If nano is not installed, type in: "apt-get install nano"
EDIT TO YOU'RE SPECS
Repeat last step with all folders
Now you can start server!
cd /root/
cd LCServer
screen -AmdS GameServer1 wine GameServer/GameServer.exe
screen -AmdS Connector wine Connector/GameServer.exe
screen -AmdS Helper wine Helper/GameServer.exe
screen -AmdS Messenger wine Messenger/Messenger.exe
screen -AmdS CashServer wine CashServer/CashServer.exe
screen -AmdS LoginServer wine LoginServer/LoginServer.exe
screen -x
now you get an output with all running screens, and to open an console type in:
screen -x SCREENNAME // Screen Name = GameServer1 or something like this
Now you finished If all running (In screen -x) you have all done and can start playing!
//EDIT
If no server start, try to:
cd GameServer
chmod 777 *
with all servers! (You need to cd in the folders)

