A Beginner's Guide to Deploying Rails

A Beginner's Guide to Deploying Rails

Bryan Bibat
This is a sample of the book's content.Buy on Leanpub

Table of Contents

A Beginner's Guide to Deploying Rails

  • Introduction: Beyond Heroku
    • Who is this book for?
  • Practicing for Linux Deployment
    • Setting up a practice VirtualBox Virtual Machine
    • Additional Sever Setup
  • Overview of Web Application Server Systems
    • Serving Static and Dynamic Web Content
    • How to Serve Content from Ruby Applications
  • Installing Phusion Passenger
    • Installing Ruby
    • Installing nginx + Passenger
  • Deploying Ruby Web Applications to Passenger
    • A Quick Look at nginx Server Settings
    • Deploying a Simple Sinatra App
    • Deploying a Simple Rails App
  • Redeploying Rails Apps on Passenger
    • Modifying the Rails App
    • Adding File Upload with Carrierwave
    • Simplifying Deployment with Mina
  • Deploying on a VPS
    • Overview of Popular VPS Providers
    • Setting Up Your Custom Domain
A Beginner's Guide to Deploying Rails/overview

A Beginner's Guide to Deploying Rails

course_overview

count_chapters
begin_reading
download
p_implied_book_part_name

A Beginner's Guide to Deploying Rails7 chapters

Begin ›
  1. Introduction: Beyond Heroku

  2. Practicing for Linux Deployment

  3. Overview of Web Application Server Systems

  4. Installing Phusion Passenger

  5. Deploying Ruby Web Applications to Passenger

  6. Redeploying Rails Apps on Passenger

  7. Deploying on a VPS