Change README file Project: http://git-wip-us.apache.org/repos/asf/incubator-cmda/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cmda/commit/860ca07b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cmda/tree/860ca07b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cmda/diff/860ca07b
Branch: refs/heads/master Commit: 860ca07b5744844abaab0e80c447ddc145b3fc4d Parents: f90e732 Author: mingqi830 <m...@andrew.cmu.edu> Authored: Fri Sep 4 16:54:26 2015 -0700 Committer: mingqi830 <m...@andrew.cmu.edu> Committed: Fri Sep 4 16:54:26 2015 -0700 ---------------------------------------------------------------------- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/860ca07b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3c02ada..f1ba5d7 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,11 @@ -Fall-2013-CMUSDS +Apache Climate Model Diagnostic Analyzer ================ -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. +The Climate Model Diagnostic Analyzer (CMDA) provides web services for multi-aspect physics-based and phenomenon-oriented climate model performance evaluation and diagnosis through the comprehensive and synergistic use of multiple observational data, reanalysis data, and model outputs. -Pre-Requisites running on a local machine +Requirements ============ Java 1.6+ (http://www.oracle.com/technetwork/java/javase/downloads) -Play 2.2.x (http://www.playframework.com/download) +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