Giter VIP home page Giter VIP logo

ubuntu-rails-app-installer's Introduction

Summary

========================== ubuntu-rails-app-installer is a shell script and you can use these scripts to install rails app production environment quickly!

Usage

# 1. Download and install the common package for your ubuntu, you will have a ./install folder when the process done.
\curl https://raw.github.com/afunction/ubuntu-rails-app-installer/master/_init.sh | bash

# if you run this shell via ssh to remote server and your connection is unstable
# Recommand use tmux to keep session live
# When lost connection, you can type `tmux attach` to find back your session

# 2. Setting your bash
cd installer
./install-bash.sh

# 3. Install Percona 5.5
./install-percona.sh

# 4. Install Nginx
./install-nginx.sh

# 6. [Optional] Redis-server (if you use resque, sidekiq you need it)
./install-redis.sh

# 7. SSH Setting
#    [NOTICE] It will disable SSH password auth,
#             Make sure your public key in `~root/.ssh/authorized_keys`,
#             before you run this script
./setup-ssh.sh

# 8. Install rails app deploy user, tools, libraries .. etc
./install-railsapp.sh

ubuntu-rails-app-installer's People

Contributors

adz624 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.