Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technicalpickles/vlad-extras
Extra tasks for vlad
https://github.com/technicalpickles/vlad-extras
Last synced: about 1 month ago
JSON representation
Extra tasks for vlad
- Host: GitHub
- URL: https://github.com/technicalpickles/vlad-extras
- Owner: technicalpickles
- License: mit
- Created: 2008-04-22T00:42:35.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-04-24T12:35:51.000Z (over 16 years ago)
- Last Synced: 2024-10-14T21:52:21.879Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: License.txt
Awesome Lists containing this project
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
* http://hitsquad.rubyforge.org/vlad/
* https://rubyforge.org/projects/railsmachine/