Deployment with Capistrano

Treehouse
Course Summary
Deploying a web app to a production server involves steps that you're going to need to repeat every time you release a new version, such as pulling the changes from Git and restarting your web server. Doing it manually may not seem too bad at first, but over time the potential for mistakes adds up. So in this course, we're going to show you how to automate deploys to make them fast, easy, and safe. We'll be using the Ruby community's most popular deployment framework, Capistrano.
-
+
Course Description
About this Course Deploying a web app to a production server involves steps that you're going to need to repeat every time you release a new version, such as pulling the changes from Git and restarting your web server. Doing it manually may not seem too bad at first, but over time the potential for mistakes adds up. So in this course, we're going to show you how to automate deploys to make them fast, easy, and safe. We'll be using the Ruby community's most popular deployment framework, Capistrano. What you'll learn
- Rails production deployment
- Capistrano
- SSH
About the Teacher
Resident Ruby and Go teacher for Treehouse. Author of Head First Ruby, a tutorial book on the core Ruby language.
-
+
Course Syllabus
Try Out Capistrano
Learn what Capistrano can do for you, and take a tour of its basic features. 3 steps- What is Capistrano? 1:31
- Trying Capistrano 9:11
- Basic Capistrano Configuration 6 questions
Deploy a Rails App with Capistrano
Use Capistrano to deploy a Rails app. Set up tasks to automate database creation and server restart. 7 steps