# HG changeset patch # User Mario Torre # Date 1501506124 -7200 # Node ID 38d958535be14a780873c394b9ece20d093462da # Parent 14282b595c1dcfc7df3b545c729d30b09cd8fa73 Add quick start to README review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-July/024356.html reviewed-by: jerboaa diff -r 14282b595c1d -r 38d958535be1 README --- a/README Wed Jul 26 10:14:23 2017 -0400 +++ b/README Mon Jul 31 15:02:04 2017 +0200 @@ -5,6 +5,14 @@ Please use the discussion list for any questions, concerns or comments. +Quick start: +- RHEL 7.x (and possibly other OS): + $ ./cloneAll.py + [enable the RHSCL channel: https://access.redhat.com/solutions/472793] + $ sudo yum install rh-nodejs6 rh-maven33 rh-mongodb32 + $ sudo scl enable rh-nodejs6 rh-maven33 rh-mongodb32 bash + $ sh thermostat-ng.sh + User Guide: - http://icedtea.classpath.org/wiki/Thermostat/UserGuide