yeafee / init.d

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

   ______              __           __
  /\__  _\          __/\ \__       /\ \
  \/_/\ \/     ___ /\_\ \ ,_\      \_\ \
     \ \ \   /' _ `\/\ \ \ \/      /'_` \
      \_\ \__/\ \/\ \ \ \ \ \_  __/\ \L\ \
      /\_____\ \_\ \_\ \_\ \__\/\_\ \___,_\
      \/_____/\/_/\/_/\/_/\/__/\/_/\/__,_ /

Batch scripts for Ruby production environment install on Ubuntu Server.

Requirements

  • Ubuntu Server 10.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

About

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