Project

capone

0.0
No commit activity in last 3 years
No release in over 3 years
Capone is the set of rake tasks and capistrano recipes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.5.0
 Project Readme

Capone

Capone

Capone is the set of Capistrano recipes that help me to deploy my applications.

Capone by default uses Mongrel cluster (or Passenger) as an application server, nginx as a web server, MySQL as a database server and git as a SCM.

The latest version of Capone was inspired by Rubaidh's Rubaidhstrano and some code has been borrowed from its sources.

Installation

Capone could be installed either as a gem or as Rails plugin.

Gem (preferred)

Add to the end of your config/environments/development.rb file:

config.gem 'capone', :lib => false, :version => '>= 0.1.0'

Rails plugin

./script/plugin install git://github.com/denis/capone.git

Example usage

To start using Capone you just need to add require "capone" to your config/deploy.rb file (only if Capone is installed as a gem) and set some variables:

require "capone"

set :application, "set your application name here"
set :repository,  "set your repository location here"
set :host,        "set your host here"

# See capone/recipes/defaults.rb for defaults

Features

In process...

Thanks

Copyright

Copyright (c) 2009 Denis Barushev. See LICENSE for details.