Skip to content
forked from huacnlee/init.d

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

Notifications You must be signed in to change notification settings

forging2012/init.d

 
 

Repository files navigation

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.2%
  • ApacheConf 43.4%
  • Ruby 1.7%
  • Other 0.7%