forked from maxexcloo/Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
19 lines (16 loc) · 924 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
>> 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/