Sha256: 20ec8439e29fff802d87cd9bf621032a081dc85c167707809e39f0022cd96f56
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
namespace :open_conference_ware do desc %{Setup application's database and seed data} task :setup => ['db:migrate', 'db:seed'] do puts <<-HERE TO FINISH SETUP 1. See README.markdown for information about security and customization 2. Start the server, e.g.: bin/rails server 3. Sign in as an admin in development mode 4. Use the web-based admin interface to create and configure an event HERE end end Rake::Task["open_conference_ware:install:migrations"].clear
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
open_conference_ware-1.0.0.pre1 | lib/tasks/open_conference_ware_tasks.rake |