Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ init.d Public
forked from huacnlee/init.d

Batch scripts for Rails production environment install on Ubuntu Server.

Notifications You must be signed in to change notification settings

nijiang/init.d

Repository files navigation

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

Batch scripts for Ruby production environment install on Ubuntu Server.

wercker status

Requirements

  • Ubuntu Server 14.04

Usage

Install packages first

sudo apt-get update
sudo apt-get install -y curl
curl -sSL https://git.io/vVHhe | bash

Install Nginx

Nginx official package

curl -sSL https://git.io/vVHhf | bash

Install RVM + Ruby

curl -sSL https://git.io/vVHhJ | bash

Use Ruby China mirror site for RubyGems and Ruby:

MIRROR=1 curl -sSL https://git.io/vVHhJ | bash

Install MongoDB

curl -sSL https://git.io/vVHhT | bash

Install Redis

curl -sSL https://git.io/vVHhk | bash

Install ElasticSearch

curl -sSL https://git.io/vVHhm | bash
sudo service elasticsearch status

About

Batch scripts for Rails production environment install on Ubuntu Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /