Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Imisrael/gridlog

 
 

Repository files navigation

Git Submodule (Web API)

to pull in the web api, please run the following:

  1. git submodule init
  2. git submodule update

Running Program

  1. docker compose build
  2. docker compose up -d --force-recreate

If GridDB fails to start, many of the containers won't either. Just run docker compose up again

Creating Config for files to be logged

  1. Open web page (http://localhost:2828)
  2. Navigate to config page
  3. Make your config (you can use the pre-made TEST config and run the tests as explained below)

Test

  1. cd agent
  2. ./tests/runTestInDocker.sh
  3. ./tests/readGridDBContainer.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.9%
  • Java 29.1%
  • TypeScript 25.6%
  • JavaScript 4.9%
  • Shell 2.2%
  • Dockerfile 1.9%
  • Other 1.4%