changeset 187:c518ff170272

Update README Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-April/000631.html
author Omair Majid <omajid@redhat.com>
date Mon, 02 Apr 2012 13:46:55 -0400
parents b620b02b15fc
children 26ff7db97696
files README
diffstat 1 files changed, 15 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Apr 02 13:40:54 2012 -0400
+++ b/README	Mon Apr 02 13:46:55 2012 -0400
@@ -2,15 +2,23 @@
 
 REQUIREMENTS:
 
-MongoDB and associated Java driver
+Maven (it will download all the java dependencies for you)
+
+MongoDB
 http://www.mongodb.org/
 
-JFreeChart
-http://www.jfree.org/jfreechart/
 
 BUILDING THERMOSTAT:
 
-1. Read ant-build.properties, including in-line documentation, and edit as appropriate to
-   ensure required libraries can be found and the build otherwise configured to your liking.
-2. Run "ant dist".
-3. The resultant Thermostat system can now be found under the directory dist/
+1. Run "mvn clean package". All tests should pass and the build should succeed.
+   Requires a graphical environment for the ui tests.
+2. The resultant Thermostat system can now be found under the directory
+   distribution/target.
+
+RUNNING THERMOSTAT:
+
+1. To start the agent and the db:
+   bin/thermostat-service --start
+
+2. To start the client:
+   bin/thermostat-client-gui