Skip to content

Install KairosDB

poorvasharma edited this page Jul 25, 2014 · 4 revisions

Installation:

  1. Download http://dl.bintray.com/brianhks/generic/kairosdb-0.9.3.tar.gz
  2. Extract to where you wish to run from
  3. Make sure that JAVA_HOME is set to your java install.
  4. Change to the \path\to\kairosdb\bin directory and run >./kairosdb.sh run
  5. To stop run >./kairosdb.sh stop

To run on Windows:

  1. Follow instructions 1 through 3 above.
  2. Change to path\to\kairosdb\bin directory and open kairos.sh file. On line 33 change CLASSPATH="$CLASSPATH:$jar" to CLASSPATH="$CLASSPATH;$jar"
  3. Change to the \path\to\kairosdb\bin directory and run >./kairosdb.sh run
  4. To stop run >./kairosdb.sh stop

Testing:

  1. Open browser and go to http://localhost:8080/

  2. It should display a page like this:

Notes:

  • By default Kairosdb uses H2 database and runs at 8080 port. To change any configuration go to \path\to\kairosdb\conf and edit kairosdb.properties file.
  • More detailed instructions for installation and configurations are given at https://code.google.com/p/kairosdb/wiki/GettingStarted.

Clone this wiki locally