- _log
- _error
- _print
- _system_installs_install
- _check_root
- $temp_dir
- $COL_BLUE
- $COL_RED
- $COL_REST
###Usage
wget -N --quiet https://raw.github.com/pierot/server-installer/master/lib.sh; . ./lib.sh
At the top of your bash script. This way you can use all functions and variables in your script.
- rvm + ruby 1.8.7 + ruby 1.9.7 + bundler
- rubygems
- passenger (latest) + nginx
- php-fpm
bash <( curl -s https://raw.github.com/pierot/server-installer/master/base.sh ) -s 'tortuga' [-d '/opt/nginx' -n '1.0.6' -e 'production']
or for help and instructions
bash <( curl -s https://raw.github.com/pierot/server-installer/master/base.sh ) -h
Postfix!
###Usage
bash <( curl -s https://raw.github.com/pierot/server-installer/master/postfix.sh )
Munin
###Usage
bash <( curl -s https://raw.github.com/pierot/server-installer/master/munin.sh ) -d '/opt/nginx'
MySQL
###Usage
bash <( curl -s https://raw.github.com/pierot/server-installer/master/mysql.sh ) -p 'password'
PostgreSQL
###Usage
bash <( curl -s https://raw.github.com/pierot/server-installer/master/postgresql.sh ) -p 'password'
###Usage
bash <( curl -s https://raw.github.com/pierot/server-installer/master/noort_be.sh )
Varnish!
###Usage
bash <( curl -s https://raw.github.com/pierot/server-installer/master/varnish.sh )