Devaten
Quick Launch Guide

This guide will help you to setup your On-Prem environment using Docker. Please follow the below steps to setup the complete eco-system on your environment

1. Install On-Prem dashboard

How to Install

To run the On-Premise common Agent Docker Compose File locally, you must have Git,Docker and Docker Compose installed and do the following:

1. Firstly Clone the Docker Compose file from Github using

   git clone https://github.com/devatengit/onpremises-common-agent.git

How to Run:

2.  You will see the ‘On-Premise common agent’ folder as soon as the clone is                         complete. Go to that folder, open terminal and run the following commands:

   docker-compose pull

This will download the docker images locally.

3.  To run Docker Images mentioned in Docker Compose File, Write the following                    command:

    docker-compose up

This command starts all the docker container

 

2. Configure On-Prem application

Start docker-compose for On.Prem package / Middleware / agent
Do configurations

  •  Connect agent to  dashboard.
    • https://app.devaten.com/#/docs/mysql/config-agent
  • Sing in to Devaten Saas to get license key
    • https://app.devaten.com/
  • Configure Application
    • https://app.devaten.com/#/docs/config-app
  •  Configure databases.
    • https://app.devaten.com/#/docs/config-datasource
  •  Set alerts.
  •  Configure monitoring queries.
  •  Configure Jira.

3. Install Middleware

How to Install

Firstly Clone the Middleware file from Github using following command

    git clone https://github.com/devatengit/devaten-middlewareapp.git

How to Configure:

Edit middleware.env file

Add into your configure file your IP address where docker is running.

Example; ipconfig

IPv4 Address.: 192.168.1.9

–> APP_HOST=”http://192.168.1.9:8081″

After the change verify Devaten is running on this same address. http://192.168.1.9:8081


How to Run:

  • To install the middleware locally, you must have docker and docker       compose installed and do the following:
  •  Download the docker compose file from the release.
  •  Open the directory in a terminal where the docker compose file is.
  •   Write the following command:
  docker-compose pull

This will download the docker images locally.

How to Run

To start program open a terminal and navigate to the folder containing the docker compose file.

Write following command:

  docker-compose up

4. Install query comment

Query comment, instrumenting.
  • Configure query commenter
  • https://app.devaten.com/#/docs/querycomment
Git hub can be found here

        Alternative, Instrument, install query comment

5. Integrate 

Integrate with Your test suite.
With Middleware with easy http calls.

Git hub can be found here:

         Integrate with your test suite

6. Verify results

See results on Grafana, and notifications to Jira.