MonoForge

technicalpickles / vlad-extras

vlad-extras

Public

Extra tasks for vlad

25 filesupdated Jun 18, 2026

README

= 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