Skip to content

⚙️ Batch scripts for Rails production environment install on Ubuntu Server.

Notifications You must be signed in to change notification settings

huacnlee/init.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e62c036 · Oct 16, 2018
Dec 14, 2012
Oct 19, 2016
Jan 11, 2017
Oct 16, 2018
Aug 4, 2017
Jul 30, 2013
Jul 30, 2013
Oct 31, 2016
Sep 19, 2018
Apr 7, 2016
Sep 12, 2018
Oct 16, 2018

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

Install Docker

curl -sSL https://git.io/vPypp | bash
sudo docker info

About

⚙️ Batch scripts for Rails production environment install on Ubuntu Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published