public
Description: Extra tasks for vlad
Clone URL: git://github.com/technicalpickles/vlad-extras.git
vlad-extras / README.txt
100644 17 lines (10 sloc) 0.417 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= 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/