# HG changeset patch # User Jie Kang # Date 1480110618 18000 # Node ID d3baea22ad57a4137cd73f97655d0e335c6a1ccf # Parent 49cc34400198d709c1e37778270c2f301915d4a8 Work on front page. Small updates to less file. Remove unneeded comments and improve readability via whitespace diff -r 49cc34400198 -r d3baea22ad57 content/documentation/content.html --- a/content/documentation/content.html Thu Nov 24 14:57:08 2016 -0500 +++ b/content/documentation/content.html Fri Nov 25 16:50:18 2016 -0500 @@ -142,10 +142,10 @@

Next, the Web Endpoint needs to be configured to bind to the host machine's IP Address. This is done with the configuration - file THERMOSTAT_HOME/etc/db.properties - or USER_THERMOSTAT_HOME/etc/db.properties. - The settings in USER_THERMOSTAT_HOME override those in - THERMOSTAT_HOME. + file THERMOSTAT_HOME/etc/db.properties + or USER_THERMOSTAT_HOME/etc/db.properties. + The settings in USER_THERMOSTAT_HOME override those in + THERMOSTAT_HOME.

The BIND and PORT fields should be set to the machine's IP address and a free port. For a machine with ip 192.168.0.1 and @@ -172,11 +172,11 @@ To setup the Agent on a machine it must be configured to connect to the Web Endpoint via URL.

- First, prevent setup from occurring by creating the file: USER_THERMOSTAT_HOME/data/setup-complete.stamp + First, prevent setup from occurring by creating the file: USER_THERMOSTAT_HOME/data/setup-complete.stamp

Next, configure the agent to bind it's Command Channel to a remotely accessible IP address and to connect to the Web Endpoint - via URL. This is done with the file: USER_THERMOSTAT_HOME/etc/agent.properties The CONFIG_LISTEN_ADDRESS property should be set to a remotely accessible IP address and free port and the DB_URL property should be set to the URL that the Web Endpoint @@ -185,7 +185,7 @@

CONFIG_LISTEN_ADDRESS=192.168.0.2:12000
DB_URL=http://192.168.0.1:27518/thermostat/storage

- After this, set the credentials to be used in the file: USER_THERMOSTAT_HOME/etc/agent.auth + After this, set the credentials to be used in the file: USER_THERMOSTAT_HOME/etc/agent.auth These are used when connecting to the Web Endpoint and should be the same as the default agent user credentials in the setup for Storage and Web Endpoint. An example agent.auth file looks like: @@ -205,7 +205,7 @@ To setup the Client on the machine it must be configured to connect to the Web Endpoint via URL.

- First, prevent setup from occurring by creating the file: USER_THERMOSTAT_HOME/data/setup-complete.stamp + First, prevent setup from occurring by creating the file: USER_THERMOSTAT_HOME/data/setup-complete.stamp

For the GUI Client, start via: @@ -372,7 +372,7 @@ - Back to Top + Back to Top diff -r 49cc34400198 -r d3baea22ad57 content/home/content.html --- a/content/home/content.html Thu Nov 24 14:57:08 2016 -0500 +++ b/content/home/content.html Fri Nov 25 16:50:18 2016 -0500 @@ -23,9 +23,15 @@
-

- Get Started -

+
+

+ Using Thermostat is quick and easy. +

+

+ Profile methods, find memory leaks, visualize the stack and more. +

+ Get started +
\ No newline at end of file diff -r 49cc34400198 -r d3baea22ad57 css/style.less --- a/css/style.less Thu Nov 24 14:57:08 2016 -0500 +++ b/css/style.less Fri Nov 25 16:50:18 2016 -0500 @@ -16,12 +16,9 @@ /* content-divs */ #content-header { background-color: @dark-blue; - // height: 6%; - // max-height: 50px; } #content-body { - // height: 94%; background-color: @white; } @@ -46,6 +43,7 @@ background-image: url(../img/flexibility_curved_building_istock.png); background-size: cover; background-repeat: no-repeat; + background-attachment: fixed; margin-bottom: 0px; } @@ -116,11 +114,13 @@ color: @white; background-color: @dark-blue; } + .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: @light-grey; background-color: @dark-blue; } + .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { @@ -128,6 +128,7 @@ font-size: 1.1em; background-color: @dark-blue; } + .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { @@ -245,6 +246,11 @@ // font-size: 1.1em; } +.btn-large { + padding: 0.3em 1em; + font-size: 1.3em; +} + .btn-xlarge { padding: 0.5em 3em; font-size: 1.4em; @@ -311,6 +317,6 @@ color: @dark-blue; } -.ac { +.terminology-link { color: @grey; } \ No newline at end of file diff -r 49cc34400198 -r d3baea22ad57 index.html --- a/index.html Thu Nov 24 14:57:08 2016 -0500 +++ b/index.html Fri Nov 25 16:50:18 2016 -0500 @@ -23,7 +23,7 @@
-