Total Pageviews

Thursday 10 March 2016

快速安装 Ruby 产品部署环境的批量脚本



Batch scripts for Ruby production environment install on Ubuntu Server.

Requirements

  • Ubuntu Server 12.04

Usage

Install packages first
$ ./install_packages

Install MongoDB

$ ./install_mongodb

Install Redis

$ ./install_redis

Install Node.JS

$ ./install_nodejs

Install Ruby by RVM

$ ./install_rvm
from https://github.com/huacnlee/init.d