# HG changeset patch # User Jie Kang # Date 1498081641 14400 # Node ID ed02f59ab9bace841bba623b56ec5a331752b5b4 # Parent 851c9a995e4578fe3703912eea6d8b5e59d91c6f Update pages for thermostat 2.0 diff -r 851c9a995e45 -r ed02f59ab9ba content/contribute/content.html --- a/content/contribute/content.html Wed Jun 21 17:46:59 2017 -0400 +++ b/content/contribute/content.html Wed Jun 21 17:47:21 2017 -0400 @@ -58,7 +58,7 @@
Wiki - Javadocs for 1.6 + Javadocs for 2.0

Step 4: Get your work reviewed

diff -r 851c9a995e45 -r ed02f59ab9ba content/documentation/content.html --- a/content/documentation/content.html Wed Jun 21 17:46:59 2017 -0400 +++ b/content/documentation/content.html Wed Jun 21 17:47:21 2017 -0400 @@ -12,7 +12,7 @@

- This is the latest user guide for Thermostat 1.99.x. For older guides see the Archives + This is the latest user guide for Thermostat 2.0.0. For older guides see the Archives

diff -r 851c9a995e45 -r ed02f59ab9ba content/downloads/content.html --- a/content/downloads/content.html Wed Jun 21 17:46:59 2017 -0400 +++ b/content/downloads/content.html Wed Jun 21 17:47:21 2017 -0400 @@ -8,7 +8,7 @@

Latest Stable Release

- +

Unstable Development Release

diff -r 851c9a995e45 -r ed02f59ab9ba content/getting-started/content.html --- a/content/getting-started/content.html Wed Jun 21 17:46:59 2017 -0400 +++ b/content/getting-started/content.html Wed Jun 21 17:47:21 2017 -0400 @@ -35,16 +35,16 @@

Get the latest Release.

- $ tar xvf thermostat-1.6.6.tar.gz + $ tar xvf thermostat-2.0.0.tar.gz

$ sudo dnf install mercurial maven mongodb mongodb-server java-1.8.0-openjdk libsecret-devel make gcc gtk2-devel autoconf automake libtool

- $ cd thermostat-1.6.6 && mvn clean integration-test + $ cd thermostat-2.0.0 && mvn clean integration-test

- $ export PATH=$PATH:path/to/thermostat-1.6.6/distribution/target/image/bin + $ export PATH=$PATH:path/to/thermostat-2.0.0/distribution/target/image/bin

@@ -73,7 +73,7 @@

To make sure the installation is correct, first run:

$ thermostat --version

It should output, depending on the version, something like:

- Thermostat version 1.99.12 + Thermostat version 2.0.0

If there are errors, it is likely that the PATH has not been correctly set to include the Thermostat bin folder. See the installation instructions for setting the path to Thermostat. diff -r 851c9a995e45 -r ed02f59ab9ba content/head.1.html --- a/content/head.1.html Wed Jun 21 17:46:59 2017 -0400 +++ b/content/head.1.html Wed Jun 21 17:47:21 2017 -0400 @@ -26,9 +26,9 @@