TravianZ
TravianZ copied to clipboard
Feature Request: Installation & Run
Would be possible to have in the read me an example of how to run the whole project? I'm not really familiar with PHP or any server language.
Thanks a lot, great job all of you! :D
It's quite easy if you know how to administrate a linux website. I installed it in ~10 minutes. It's probably a few weeks or months if you know nothing about linux.... :(
Try to search for "LAMP Stack" knowing that many docs are outdated...
You need:
- A domain name (example: mazzespatte.com).
- A linux "host" (example: kimsufi) - I suggest debian or ubuntu. - A computer at home is fine too if you can reach it from outside.
You will need to know the meaning of:
- Debian or Ubuntu.
- Apache.
- MySql (phpmyadmin)
- SSL certificate or HTTPS. (highly recommanded).
no needs apache, with nginx less problem
i can help you with installing you can ask me in telegram -- @TTaraskin https://t.me/TTaraskin
Hi anyone who could help me run it on vps thank you
Hi anyone who could help me run it on vps thank you
i can, write me in telegram
Yeah @gabrielklein I am familiar with Linux. The issue is that there is no section in this git regarding how to configure this project on a server and having it actually running.
Can anyone here share some? Once an Ubuntu Server is up and running with nginx, what's the next step?
nginx, php-fpm, mariadb
also you can use FileZilla and DBeaver
do not forget about php extensions (change from php7.0 to your 7.2/7.4 etc)
sudo apt-get install php7.0-mysql
sudo apt-get install php7.0-mbstring
sudo apt-get install php7.0-zip
sudo apt-get install php7.0-bz2
sudo apt-get install php7.0-gd
Hi, For us that dont really understand all the things going on in the background, could anyone make a step by step guide to have to get these things installed proper and working? Seen a video on Youtube that mentions the need for php and mysql to work, however for most normal people, saying that doesnt really tell us much. A guide would be super appreciated.