Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 693 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 693 Bytes
   ______              __           __
  /\__  _\          __/\ \__       /\ \
  \/_/\ \/     ___ /\_\ \ ,_\      \_\ \
     \ \ \   /' _ `\/\ \ \ \/      /'_` \
      \_\ \__/\ \/\ \ \ \ \ \_  __/\ \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