Skip to content

Rails app that runs the I Bike CPH bicycle directions site and backend. NOTE: Not in production anymore.

Notifications You must be signed in to change notification settings

ibikecph/ibikecph-site-legacy

Repository files navigation

I Bike CPH Site

This is a Rails app that runs the I Bike CPH bicycle route planner at http://www.ibikecph.dk. OpenStreetMap data is used for maps and routing. Routing is handled by OSRM running on a separate server.

Install

Remember:

  • rake acts_as_taggable_on_engine:install:migrations

  • rake db:migrate