/lantool2

Complete reimplementation of lantool in Rails. No more ugly PHP.

Primary LanguageRuby

lantool2

Complete reimplementation of lantool in Rails. No more ugly PHP.

Status: In Planning. Not much real content so far.

New Features (planned)

  • Management of multiple LANs.
  • Complete integration of registration, polls, payments and mailing-list into one tool.
  • Easy synchronization to other server (for offline use).

Random Ideas (implement if bored)

Installation

  1. Clone into new directory.
  2. Run bundle install
  3. Run rake db:migrate to create the appropriate databases
  4. Configure databases in config/database.yml
  5. Configure stuff in config/environments/development.erb / production.erb
  6. Configure stuff in config/initializers/settings.rb (alternatively, you can also set these things in the database. Use rails console and Settings.foo = "bar".)