Skip to content

aquanauts/terrain

Repository files navigation

Terrain

Remote web application monitoring

Getting Started

Terrain is packaged as a docker image. Run it like so:

sudo mkdir -p /usr/share/terrain/data
docker run --rm -it -p 8080:8080 -v /usr/share/terrain/data:/root/data aquatic.com/terrain

Now, open your browser and go to http://localhost:8080/example. This is an example application that include the Terrain client library. Generate some data for yourself by triggering some error on this page. Then, you can visit the Terrain UI to see these errors.

In this example, error and session information will be stored on your local machine in /usr/share/terrain/data.

Developer Usage