Sha256: a22483390a65ecb926cbc56520888dfe43483ebfa6445214755d33e1405a7daf

Contents?: true

Size: 548 Bytes

Versions: 2

Compression:

Stored size: 548 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.md for information about configuration and customization
2. Edit config/initializers/01_open_conference_ware.rb and config/secrets.yml
2. Start the server: 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

2 entries across 2 versions & 1 rubygems

Version Path
open_conference_ware-1.0.0.pre4 lib/tasks/open_conference_ware_tasks.rake
open_conference_ware-1.0.0.pre3 lib/tasks/open_conference_ware_tasks.rake