forked from Keith2/lowendscript-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (21 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
For Debian Squeeze & Wheezy
setup-debian.sh uses Squeeze and is no longer being updated.
Use setup-wheezy.sh with Debian Wheezy.
THIS SCRIPT IS MEANT TO BE RUN ON A NEW OR JUST REINSTALLED SERVER
Some programs such as Apache & Samba are removed by this script.
The file setup-wheezy.sh has to be on your server.
For the initial setup git may not be installed on your server, to install git - apt-get install git
If wget is installed try
wget --no-check-certificate --timestamping https://raw.github.com/Keith2/lowendscript-ng/master/setup-wheezy.sh
To install wget - apt-get install wget
For intitial server setup run
bash setup-wheezy.sh all
# friendica.com
To install Friendica for domain example.com, after the initial server setup run
bash setup-wheezy.sh friendica example.com
# redmatrix.me
To install Red for domain example.com, after the initial server setup run
bash setup-wheezy.sh red example.com
# wordpress.org
To install WordPress for domain example.com, after the initial server setup run
bash setup-wheezy.sh wordpress example.com