25 filesupdated Jun 18, 2026
files14Download
./configJun 16, 2026./libJun 16, 2026./logJun 16, 2026./scriptJun 16, 2026./tasksJun 16, 2026./testJun 16, 2026./websiteJun 16, 2026.gitignoreJun 16, 2026History.txtJun 16, 2026License.txtJun 16, 2026Manifest.txtJun 16, 2026RakefileJun 16, 2026README.txtJun 18, 2026setup.rbJun 16, 2026README
= 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