maintained by Limbo Peng ([email protected])
- SSH into root@remoteip
apt-get update && apt-get upgrade
apt-get install git-core
git clone http://github.com/iwinux/server-bootstrap
cd server-bootstrap
- run
./boostrap <packagename>
to install the package
- deps: install dependencies - this should be run first
- mongodb: download and install MongoDB to /opt/mongodb (ATTENTION: it is for x64)
- nginx: build and install Nginx from source - it will be installed to /opt/nginx
- openvpn: install OpenVPN and set up the server
- python: install pythonbrew and build Python 2.7.2 from source via pythonbrew (installed to home directory of the specified user)
- ruby: install RVM and build Ruby 1.9.3 from source via RVM (installed to home directory of the specified user)
- user: create user with sudo priviledge and copy necessary config files
- vim: build and install Vim 7.3 from source