Skip to content

Installation

ƬHE ЯAW ☣ edited this page Feb 24, 2018 · 4 revisions

This script does not have any kind of check example if a package is missing whole installation can go wrong!

If this happen please scroll up and see what went wrong.. then if something is missing just install it and rerun the script (if script was around the end you better reinstall your vps because dirs configs are created and script cannot replace them!)

So this script has been tested in : Ovh Servers, Hetzner Servers, DopeHosting Servers.

However script by himself will install most of packages. So lets start.

Everytime when you get a new vps (fresh installation) you need to update/upgrade your packages after this a reboot is needed!

apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y

Install git and make sure that your system is in supported distros!.

apt-get update; apt-get install git -y; lsb_release -a

Clone repo and start installation.

sudo -i
cd ~/; git clone https://github.com/theraw/The-World-Is-Yours.git nginx
cd nginx/; chmod +x *
./install
Clone this wiki locally