target-v / vps-toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VPS Toolkit

VPS Toolkit is a tool that is developed to simplify installing and configuring software on Ubuntu servers. Essentially the VPS Toolkit automates several processes and makes installing, uninstalling, and maintaining software around a server stack (LAMP, LEMP and other variations).

Compatibility

Ubuntu (14.04). May work on other version, variants and distributions but that has not been tested. For Ubuntu, non-LTS versions are less likely to work properly as some packages might be missing (such as HHVM)

Installation and Usage

Clone repository on any Ubuntu based distro and execute the setup.sh bash script file.

apt-get update
apt-get install sudo git
git clone https://github.com/Lykegenes/vps-toolkit
cd ./vps-toolkit
sudo bash ./setup.sh

And follow the instructions on the screen.

About

License:MIT License


Languages

Language:Shell 100.0%