changeset 316:bb3c20b82ce3

Update README Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-May/001416.html
author Omair Majid <omajid@redhat.com>
date Fri, 18 May 2012 14:40:33 -0400
parents a1c880bbe8a1
children 48ea5b366b4d
files README
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri May 18 15:25:57 2012 +0200
+++ b/README	Fri May 18 14:40:33 2012 -0400
@@ -2,10 +2,14 @@
 
 REQUIREMENTS:
 
+OpenJDK7
+Thermostat requires at least Java 7 to build and run. Thermostat has been tested
+with OpenJDK7. Other VMs or versons may or may not work.
+
 Maven (it will download all the java dependencies for you)
 
-MongoDB
-http://www.mongodb.org/
+MongoDB server
+Thermostat requires mongodb (http://www.mongodb.org/) server >= 2.0.0
 
 Either a /etc/os-release file or lsb_release
 
@@ -21,5 +25,8 @@
 1. To start the agent and the db:
    bin/thermostat service --start
 
-2. To start the client:
+2. To start the gui client:
    bin/thermostat-client-gui
+
+3. To start the cli client:
+   bin/thermostat [--help]