Capistrano::Rdws
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'capistrano-rdws'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-rdws
Usage
List of tasks:
$ cap db:data:dump
$ cap db:create
$ cap release:pack
$ cap unicorn:start
$ cap unicorn:stop
$ cap unicorn:force_stop
$ cap unicorn:restart
$ cap logs:tail[logfile]
TODO
- Test db existance for 'cap db:create'
- Add task for synchronising public/uploads and public/system
- Add task for download fresh dump (from yaml_db)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request