public
Description: Extra tasks for vlad
Clone URL: git://github.com/technicalpickles/vlad-extras.git
name age message
file .gitignore Mon Apr 21 18:07:53 -0700 2008 Added gitignore [technicalpickles]
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/