Rails 4.1.0, Ruby 2.1.2.
To install:
- run
bundle
rake db:setup
rails s
- Navigate to
localhost:3000/user/sign_up
and sign up as a user. - For admin access, set
admin
attribute totrue
on the user.
Sample locations are pre-populated. To start getting live data:
- Install and run parserbot
- run
rake scrape:all
(this queries parserbot and populates the database with categorized events)