Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 642 Bytes

README.rdoc

File metadata and controls

20 lines (16 loc) · 642 Bytes

DSS Wayfinding

DSS Wayfinding is an indoor mapping project. It has been designed to help with person, event, and room location in the UC Davis Social Science & Humanities (SSH) building.

Installation

  1. Perform a standard Rails app installation:

$ bundle install
$ bin/rake db:migrate
  1. Install NodeJS dependencies for cache building

$ cd nodejs
$ npm install
  1. Use Emscripten backend

$ make
$ Set emscriptenBackend option in jquery.wayfinding.js to true

Usage

  1. <host>/start/:start_loc/end/:end_loc - generates a route from start_loc to end_loc

Contact

See github.com/dssit for contact information.