Skip to content

Quickstart

Denis Angleton edited this page May 2, 2015 · 2 revisions

If you want to get up and running quickly to try it out or demo it to your team, we have created a script to install and configure a standalone controller and agent and configured with a java database for Mac and Linux. Windows users should install some POSIX tooling such as Babun or Cygwin. It can be downloaded from our public site or in the root of the distribution. You can use this version for small tests to try out the tools but should not use it for large scale or production testing. try out the tools but should not use it for large scale or production testing.

  • Download the all-in-one.sh script from either the root of the project or from our public site.
  • chmod the script to make it executable > chmod 755 all-in-one.sh
  • run the script passing in where you want to install the demo > ./all-in-one.sh INSTALL_DIR

The script will create the install dir if not present, download tomcat, the standalone agent, the h2 database lib, supporting libraries, and configuration files. It will create start.sh and a stop.sh files in the INSTALL_DIR.

To start the demo instance, simply go to the INSTALL_DIR and run ./start.sh.

The demo can be accessed at http://localhost:8080