Project

rupostrano

0.0
No commit activity in last 3 years
No release in over 3 years
Ruport + Capistrano = Rupostrano :-)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.4.0
 Project Readme

Ruport + Capistrano = Rupostrano¶ ↑

Capistrano’s recipe tailored to deploy Ruport-base standalone application.

Everything is based on Capistrano 2.5.5, copyright © 2005-2008 Jamis Buck <jamis@37signals.com>

Usage¶ ↑

In your Ruport-base standalone application’s root run:

$ rupostrano

This will write Capfile, config/deploy.rb and config/environment.rb (overwriting them if they alread exist, but you have VCS in place, don’t you?)

Edit config/deploy.rb to your taste and needs and run

$ cap -T

to see the available tasks. Then

$ cap deploy:setup
$ cap deploy

and enjoy the life.