Skip to content

carryruan/shell

This branch is 493 commits behind netkiller/shell:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29f6c53 · Sep 25, 2015
Jun 30, 2014
Dec 10, 2014
Sep 25, 2015
Sep 30, 2014
Sep 12, 2013
Sep 23, 2015
Sep 17, 2015
Aug 25, 2015
Sep 23, 2015
Sep 10, 2015
Feb 3, 2015
Jun 4, 2015
Sep 25, 2015
Sep 25, 2015
Sep 12, 2013
Mar 14, 2015
Sep 10, 2015
Sep 10, 2015
Aug 25, 2015
Sep 12, 2013
Jun 23, 2014
Sep 12, 2013
May 15, 2015
Jun 10, 2014
Aug 31, 2015
Jan 23, 2015
Feb 26, 2014
May 12, 2015
Sep 25, 2015
Sep 12, 2013
Aug 3, 2015
Sep 12, 2013
Feb 6, 2015
Sep 12, 2013
Jun 1, 2015
Sep 12, 2013
Sep 12, 2013
Apr 30, 2014

Repository files navigation

linux shell

Join the chat at https://gitter.im/oscm/shell This is a group of installation script, it can achieve fast initialization of your server.

Install

git clone https://github.com/oscm/shell.git

Update

git pull

CentOS Init

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

Automatic installation Nginx web server

curl -s https://raw.githubusercontent.com/oscm/shell/master/node.nginx.sh | bash

Apache httpd

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 

Database

# 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

Node Install

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

Donations

We accept tips through [Gittip][tip].

Gittip

Bitdeli Badge

About

Infrastructure Management Shell - Linux

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 99.6%
  • Other 0.4%