Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/technicalpickles/vlad-extras

Extra tasks for vlad
https://github.com/technicalpickles/vlad-extras

Last synced: about 1 month ago
JSON representation

Extra tasks for vlad

Awesome Lists containing this project

README

        

= vlad-extras

These are some extra vlad tasks. The database related ones are inspired by the capistrano recipes from the railsmachine gem.

To use the database tasks, add to `config/deploy.rb`:

set :admin_db_user, 'root'
set :admin_db_password, 'topsekrit'

Then use it like:

rake vlad:setup_database

== Resources

* http://hitsquad.rubyforge.org/vlad/
* https://rubyforge.org/projects/railsmachine/