• 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!

Compiling looking for help

Lbtg

Intermediate OT User
Joined
Nov 22, 2008
Messages
2,297
Reaction score
127
Hello, im looking for someone who can help me out with 1.3 tfs server compiling and web server + myaac, at Debian 9


As for whole day i trying to compile all myself, i do fail and fail, im tired to fail now im looking for some help please


I will pay for help if its needed
Thanks in advance
 
In which part exactly you stuck?

To compile the server use this easy guide

Install mariadb
Code:
 sudo apt-get install mariadb-server

and webserver
Code:
sudo apt-get install nginx
or
Code:
sudo apt-get install apache2

mysql secure installation
Code:
mysql -u root -p
and
Code:
 mysql_secure_installation

pma
Code:
sudo apt-get install phpmyadmin
 
Back
Top