This is a group of installation script, it can achieve fast initialization of your server.
git clone https://github.com/oscm/shell.git
git pull
curl -s https://raw.githubusercontent.com/oscm/shell/master/ssh/sshd_config.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/ntpd/ntp.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/centos.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/node.nginx.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/centos6.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/modules/ntp.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/filesystem/btrfs.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/apache/httpd-2.4.4.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/php/httpd.5.3.x.sh | bash
# curl -s https://raw.githubusercontent.com/oscm/shell/master/modules/mongodb.sh | bash
# curl -s https://raw.githubusercontent.com/oscm/shell/master/modules/redis.sh | bash
# curl -s https://raw.githubusercontent.com/oscm/shell/master/database/postgresql.sh | bash
if [ "$( hostname )" == "www.mydomain.com" ]; then
curl -q -s https://raw.githubusercontent.com/oscm/shell/master/centos6.sh | bash
curl -q -s https://raw.githubusercontent.com/oscm/shell/master/modules/nginx.sh | bash
echo '====================================================================='
fi
if [ "$( hostname )" == "db.mydomain.com" ]; then
curl -q -s https://raw.githubusercontent.com/oscm/shell/master/centos6.sh | bash
curl -q -s https://raw.githubusercontent.com/oscm/shell/master/modules/mysql.sh | bash
echo '====================================================================='
fi
We accept tips through [Gittip][tip].