Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 471 Bytes

README.markdown

File metadata and controls

24 lines (15 loc) · 471 Bytes

Euruko

Minimal conference handling app that allows to:

  • register users interested in Euruko
  • send notifications to registered users
  • register speakers
  • pay for participation
  • issue invoices

Installation

Make sure you have RubyGems 1.3.5 installed and that you have http://gemcutter.org/ in your gem sources.

Install bundler gem:

gem install bundler

Run in application directory:

bundle install
bundle exec rake prepare

You are ready to go.