# HG changeset patch # User Jie Kang # Date 1477945428 14400 # Node ID e997fdd8c32616fe8b1ad27e67e61f00eb0dc5b4 # Parent 1280f1f14cd40688dd38f32b9042c885142ec85a Remove row div from getting-started page. The div is unused. diff -r 1280f1f14cd4 -r e997fdd8c326 content/getting-started/content.html --- a/content/getting-started/content.html Mon Oct 31 13:15:45 2016 -0400 +++ b/content/getting-started/content.html Mon Oct 31 16:23:48 2016 -0400 @@ -1,88 +1,86 @@ -
-
-
-

Requirements

-
-
-

-
    -
  • Linux (Fedora, RHEL, CentOS, etc.)
  • -
  • OpenJDK >= 1.7
  • -
  • Mongodb >= 2.2 (or 2.0 if no SSL required)
  • -
  • Servlet container (optional)
  • -
-

-
+
+
+

Requirements

+
+
+

+
    +
  • Linux (Fedora, RHEL, CentOS, etc.)
  • +
  • OpenJDK >= 1.7
  • +
  • Mongodb >= 2.2 (or 2.0 if no SSL required)
  • +
  • Servlet container (optional)
  • +
+

-
-
-

Getting Started

-
-
-
-
-

Installation

-
-
-

There are a few options for getting Thermostat on your machine.

-
-

Install it on Fedora:

-

+

+
+
+

Getting Started

+
+
+
+
+

Installation

+
+
+

There are a few options for getting Thermostat on your machine.

+
+

Install it on Fedora:

+

$ sudo dnf install thermostat

-
-
-

Get the latest Download.

-

+

+
+

Get the latest Download.

+

$ tar xvf thermostat-1.6.4.tar.gz

-

+

$ cd thermostat-1.6.4 && mvn clean integration-test

-

+

$ export PATH=$PATH:path/to/thermostat-1.6.4/distribution/target/image/bin

-
-
-

Compile from Mercurial source:

-

+

+
+

Compile from Mercurial source:

+

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

-

+

$ hg clone http://icedtea.classpath.org/hg/thermostat

-

+

$ cd thermostat && mvn clean integration-test

-

+

$ export PATH=$PATH:path/to/thermostat/distribution/target/image/bin

-
+
-
-
-

Running Thermostat

-
-
-

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 -

- 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. -

-

Next we run locally by:

- $ thermostat local -

- This starts the Agent (monitors jvms), the Web-Storage (stores data) and the GUI (displays data) all on your local machine. -

-

For a distributed setup over multiple machines and more information, see the Documentation.

-
+
+
+

Running Thermostat

+
+

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 +

+ 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. +

+

Next we run locally by:

+ $ thermostat local +

+ This starts the Agent (monitors jvms), the Web-Storage (stores data) and the GUI (displays data) all on your local machine. +

+

For a distributed setup over multiple machines and more information, see the Documentation.

+
+
-
\ No newline at end of file