All Projects → huacnlee → Init.d

huacnlee / Init.d

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

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Init.d

Butler
🎩 Command-line itch.io helper
Stars: ✭ 433 (-35.66%)
Mutual labels:  deployment
Discharge
⚡️ A simple, easy way to deploy static websites to Amazon S3.
Stars: ✭ 483 (-28.23%)
Mutual labels:  deployment
Ecs Deploy
Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Stars: ✭ 541 (-19.61%)
Mutual labels:  deployment
Rundeck
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
Stars: ✭ 4,426 (+557.65%)
Mutual labels:  deployment
Gaia
Build powerful pipelines in any programming language.
Stars: ✭ 4,534 (+573.7%)
Mutual labels:  deployment
Git Deploy
Php Script for Auto-Pull in server (Using WebHook from GitLab, GitHub and Bitbucket)
Stars: ✭ 495 (-26.45%)
Mutual labels:  deployment
Fabric Bolt
Fabric deployments via a web interface
Stars: ✭ 419 (-37.74%)
Mutual labels:  deployment
Shipit
Universal automation and deployment tool ⛵️
Stars: ✭ 5,249 (+679.94%)
Mutual labels:  deployment
Dbdeployer
DBdeployer is a tool that deploys MySQL database servers easily.
Stars: ✭ 467 (-30.61%)
Mutual labels:  deployment
Git Directory Deploy
deploy a directory as a git branch
Stars: ✭ 526 (-21.84%)
Mutual labels:  deployment
Easy Deploy Bundle
The easiest way to deploy your Symfony applications
Stars: ✭ 446 (-33.73%)
Mutual labels:  deployment
Phoenix Chat Example
💬 A Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.5.5 🚀
Stars: ✭ 452 (-32.84%)
Mutual labels:  deployment
S3 Sync Action
🔄 GitHub Action to sync a directory with a remote S3 bucket 🧺
Stars: ✭ 497 (-26.15%)
Mutual labels:  deployment
Mina
Blazing fast application deployment tool.
Stars: ✭ 4,196 (+523.48%)
Mutual labels:  deployment
Athena
an open-source implementation of sequence-to-sequence based speech processing engine
Stars: ✭ 542 (-19.47%)
Mutual labels:  deployment
Rultor
DevOps Team Assistant
Stars: ✭ 428 (-36.4%)
Mutual labels:  deployment
Carvel Kapp
kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label
Stars: ✭ 489 (-27.34%)
Mutual labels:  deployment
Gulp Gh Pages
A gulp 4 plugin to publish contents to Github pages
Stars: ✭ 611 (-9.21%)
Mutual labels:  deployment
Node Config
Node.js Application Configuration
Stars: ✭ 5,423 (+705.79%)
Mutual labels:  deployment
Gradle Tomcat Plugin
Gradle plugin supporting deployment of your web application to an embedded Tomcat web container
Stars: ✭ 516 (-23.33%)
Mutual labels:  deployment
   ______              __           __
  /\__  _\          __/\ \__       /\ \
  \/_/\ \/     ___ /\_\ \ ,_\      \_\ \
     \ \ \   /' _ `\/\ \ \ \/      /'_` \
      \_\ \__/\ \/\ \ \ \ \ \_  __/\ \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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].