Complete reimplementation of lantool in Rails. No more ugly PHP.
Status: In Planning. Not much real content so far.
- Management of multiple LANs.
- Complete integration of registration, polls, payments and mailing-list into one tool.
- Easy synchronization to other server (for offline use).
- Fetch gravatars (and chache them locally for offline usage).
- for more stuff: see https://github.com/iliis/lantool/issues
- Clone into new directory.
- Run
bundle install
- Run
rake db:migrate
to create the appropriate databases - Configure databases in
config/database.yml
- Configure stuff in
config/environments/development.erb
/production.erb
- Configure stuff in
config/initializers/settings.rb
(alternatively, you can also set these things in the database. Userails console
andSettings.foo = "bar"
.)