public
Description: Extra tasks for vlad
Clone URL: git://github.com/technicalpickles/vlad-extras.git
Mon Apr 21 17:43:17 -0700 2008
commit  8d7cf49cfb51af66dd0d874e01a23f93ecfe6204
tree    a9ab37288e8f1e0c9089aba0387df7c4adf8711b
name age message
file History.txt Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
file License.txt Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
file Manifest.txt Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
file README.txt Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
file Rakefile Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
directory config/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
directory lib/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
directory log/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
directory script/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
file setup.rb Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
directory tasks/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
directory test/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
directory website/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
README.txt
= 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/