Sha256: ca533c42a7c179da60265d86ee61df9efa29a3d2b56b954e13081fa7c2ca29ed

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 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.pre2 lib/tasks/open_conference_ware_tasks.rake