modify entry.py
2 files changed
tree: 26af7e5ccd9384d1617a2e612956afae48996def
  1. .sbtserver/
  2. app/
  3. conf/
  4. contact/
  5. lib/
  6. other_project_docs/
  7. project/
  8. public/
  9. test/
  10. tmpfiles/
  11. .cache
  12. .gitignore
  13. a.c
  14. activator
  15. activator-launch-1.2.12.jar
  16. activator-sbt-echo-play-shim.sbt
  17. activator.bat
  18. build.sbt
  19. README.md
  20. sbt.deb
  21. scala-2.10.3.tgz
  22. sensor.json
  23. setup_constants.sh
  24. user.json
README.md

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