DregondRahl / Server

A simple script to set up a secure and efficient nginx/php/mysql/exim server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

>> NOTES <<
Run on a fresh VPS under root with the DotDeb repository enabled.
The server is initially configured with a root of /home/main/http, change it in /etc/nginx/sites-available/main.
If you want to use the minimal script, run it first.
No warranty. For help come on #Frantech on irc.dairc.net and look for maxexcloo!

>> DOWNLOAD <<
wget --no-check-certificate -O server.tar.gz http://github.com/maxexcloo/Server/tarball/master; tar zxvf server.tar.gz; cd *Server*

>> INSTRUCTIONS <<
You must run this script with options. They are outlined below:
For a minimal Dropbear based install: sh minimal.sh dropbear
For a minimal OpenSSH based install: sh minimal.sh ssh
To install extra packages defined in lists/extra: sh minimal.sh extra
To set the clock, clean files and create a user: sh minimal.sh configure

>> CREDITS <<
cedr @ daIRC: General Help
LEA's LowEndScript: http://www.github.com/lowendbox/lowendscript/

About

A simple script to set up a secure and efficient nginx/php/mysql/exim server.

License:Other