public
Description: Extra tasks for vlad
Clone URL: git://github.com/technicalpickles/vlad-extras.git
Mon Apr 21 18:07:23 -0700 2008
commit  db17104134570126ab815ac877773fe1f32a2f29
tree    85e7ee5f605a5655d10ae62efe3cfdb58d810e53
parent  8d7cf49cfb51af66dd0d874e01a23f93ecfe6204
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 18:07:23 -0700 2008 Fixed dependencies. [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/