• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Automatic Installation TFS On Linux

L

Lanceq2

Guest
The idea of this script is to facilitate your own server installations OTS. Support for the script is trivial, so I think everyone handle it as well. You do not need to compile the knowledge of the engine on Linux, etc. Just basic knowledge of Linux operating system.

Supported systems:

- Debian 5.0 32 bit

What we get after installation?

- Fresh and updated system
- Basic packages needed to compile the engine
- Boost library in version 1.41
- Compiled engine TFS Version 0.3.6pl1
- Apache web server with PHP support

The script must be run on a clean system!

How to download and launch the script?

Code:
cd /root
wget files.tibia.net.pl/scripts/ots_installer.sh

The following commands need to be conducted from the root.


Code:
chmod 755 ots_installer.sh
./ots_installer.sh install

After running the script wait until the script finishes, informing on the console.
During the operation will show the steps that are processed.

After install TFS will be available in /home/ots
 
Back
Top