Fall-2013-CMUSDS

Rewrite the current Ruby on Rails web app on Heroku (http://cmu-sds.herokuapp.com/) into Java Play framework, aligning with the current APIs, to handle metadata view/creation/deletion of our Sensor Data Service Platform. Also, this platform will allow users to report bugs and have a detailed view of active VS nonactive sensors. This platform makes use of the Sensor Service Platform API, a REST API for interacting with the platform.

Pre-Requisites running on a local machine

Java 1.6+ (http://www.oracle.com/technetwork/java/javase/downloads) Play 2.2.x (http://www.playframework.com/download)

How to run on a local machine

  1. Install Play Framework. Instruction can be found at http://www.playframework.com/documentation/2.2.x/Installing
  2. Downlaod the source code from https://github.com/cmusv-sc/ArchF2013-Project3-FT
  3. From the parent folder, run the command: ‘play run’
  4. Local App will available at localhost:9000