Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.83 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.83 KB

Attention: Master is feature frozen, base new features on enhanced-payment-flow

You. Shall. Not. Pass.

What is Gandalf?

In short, Gandalf is a project that does everything that makes organising and managing an event a lot easier for FK-clubs of the University of Ghent. The application is written specifically for the UGent FakulteitenKonvent. It allows students to register for events and it also interacts with the FK-Enrolment database and allows members of student unions to subscribe to member-only events from their clubs.

Getting started

  1. Set up your rails environment (see Zeus Wiki/Howto Rails)
  2. Install the needed gems with bundle install
  3. Run the database seeds (if not done yet) rake db:migrateen rake db:seed
  4. Start your rails server (see the last part of the Howto Rails guide for correct hostnames etc.)
  5. Log in once
  6. Open your rails console (rails c)
  7. Get your user: u = User.first
  8. Set the admin flag: u.admin = true
  9. Add Zeus WPI to your clubs: u.clubs = [Club.find_by_internal_name(:zeus)]
  10. Save your user: u.save

Contributors (in order of contribution)

  1. Felix Van der Jeugt
  2. Toon Willems
  3. Tom Naessens
  4. Maarten Herthoge