This course will be retired on June 1, 2025.
Heads up! To view this whole video, sign in with your Courses Plus account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Deployment with Capistrano!
You have completed Deployment with Capistrano!
Preview
Let's recap what we've learned.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
We used to have to perform many
manual steps to deploy our railset.
0:00
In this course, we've automated
much of that using Capistrano.
0:04
We've set Capistrano up to clone our
app from git to our production server.
0:07
Create a data base for us.
0:11
Run our migrations.
0:13
Precompile our assets.
0:14
And restart our server when it's all done,
so our change is still loaded.
0:16
Each production server is unique.
0:19
And if you were following along,
0:21
it's possible you encountered
an unexpected error.
0:22
Be sure to check the teacher's notes for
troubleshooting help.
0:26
If you don't see a solution there, and
0:29
try pasting your error
message into a search engine.
0:30
Chances are good, that someone has already
posted a solution to your problem.
0:33
What we've shown in here
is only a basic setup.
0:37
Capistrano has many additional features
you can use to further automate your
0:40
deployments.
0:43
We'll have links where you can
learn more in the teacher's notes.
0:44
Thanks for watching and happy deploying.
0:47
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up