Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stgeneral/capistrano-pro
Capistrano recipes pack
https://github.com/stgeneral/capistrano-pro
Last synced: 21 days ago
JSON representation
Capistrano recipes pack
- Host: GitHub
- URL: https://github.com/stgeneral/capistrano-pro
- Owner: stgeneral
- License: mit
- Created: 2012-04-17T14:03:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-16T14:26:30.000Z (over 12 years ago)
- Last Synced: 2024-12-03T04:58:25.060Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Capistrano::Pro
Capistrano recipes pack
## Features
* unicorn: server start, reload, stop tasks
* Assets: option to skip assets precompiling
* Managing `database.yml` Securely accoring to http://www.simonecarletti.com/blog/2009/06/capistrano-and-database-yml/## Installation
Add this line to your application's Gemfile:
gem 'capistrano-pro', :git => 'git://github.com/web4pro/capistrano-pro.git'
And then execute:
$ bundle
## Usage
In order to use capistrano-pro tasks you should use `bundle exec`
## Thanks to
* sosedoff/capistrano-unicorn
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request