public
Description: Extra tasks for vlad
Clone URL: git://github.com/technicalpickles/vlad-extras.git
Search Repo:
name age message
folder .gitignore Mon Apr 21 18:07:53 -0700 2008 Added gitignore [technicalpickles]
folder History.txt Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder License.txt Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder Manifest.txt Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder README.txt Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder Rakefile Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder config/ Mon Apr 21 18:07:23 -0700 2008 Fixed dependencies. [technicalpickles]
folder lib/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder log/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder script/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder setup.rb Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder tasks/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder test/ Mon Apr 21 17:43:17 -0700 2008 Initial commit. [technicalpickles]
folder 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/