This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Apr 21 18:07:53 -0700 2008 | [technicalpickles] |
| |
History.txt | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
License.txt | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
Manifest.txt | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
README.txt | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
Rakefile | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
config/ | Mon Apr 21 18:07:23 -0700 2008 | [technicalpickles] |
| |
lib/ | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
log/ | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
script/ | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
setup.rb | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
tasks/ | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
test/ | Mon Apr 21 17:43:17 -0700 2008 | [technicalpickles] |
| |
website/ | Mon Apr 21 17:43:17 -0700 2008 | [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/



