view README @ 8:38d958535be1

Add quick start to README review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-July/024356.html reviewed-by: jerboaa
author Mario Torre <neugens.limasoftware@gmail.com>
date Mon, 31 Jul 2017 15:02:04 +0200
parents af1ff6ea8e2a
children f3db7c6a533e
line wrap: on
line source

Thermostat is a micro-services based monitoring, profiling and serviceability
tool for Java applications. It allows users to examine, trace and profile
various attributes of a running JVM (and its environment) to understand how it
is behaving.

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

Additional resources:
- Homepage: http://icedtea.classpath.org/thermostat/
- Wiki: http://icedtea.classpath.org/wiki/Thermostat
- Discussion List: http://icedtea.classpath.org/mailman/listinfo/thermostat
- Bug tracker: http://icedtea.classpath.org/bugzilla/

The project consist of multiple repositories with multiple projects, each
repository has specific READMEs with instructions.

Thermostat itself is licensed under GPLv2 with Classpath Exception. Please see
the LICENSE file in each project directory for more details about the licenses
of Thermostat and other projects used.