willrogers / olog-es

Online logbook for experimental and industrial logging

Home Page:https://olog-es.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

olog-es Build Status

An online logbook for recroding logs

Olog-es Documentation

Installation

Olog

  • Prerequisites

    • JDK 11 or newer
    • Elastic version 6.8.4
    • mongo gridfs

Download links for the prerequisites
Download and install elasticsearch (verision 6.8.4) from elastic.com
Download and install mongodb from mongodb

  • Configure the service
    The configuration files for olog-es are present under olog-es/tree/master/src/main/resources

  • Build

mvn clean install
  • Build deployable jar

To build a jar with dependencies and Tomcat server, use Maven profile deployable-jar, e.g.:

mvn -Pdeployable-jar clean install

Start the service

Using spring boot

mvn org.springframework.boot:spring-boot-maven-plugin:run

Check if service is running

Once the service is running, the service consists of a welcome page http://localhost:8080/Olog which will provide information about the version of the Olog service running, along with information about the version and connection status of the elastic and mongo backends.

About

Online logbook for experimental and industrial logging

https://olog-es.readthedocs.io/en/latest/


Languages

Language:Java 88.7%Language:HTML 10.5%Language:Shell 0.5%Language:Python 0.2%