Skip to content

Running pre compiled binaries

n10n edited this page Sep 16, 2016 · 1 revision

[WARNING] This software is EXPERIMENTAL software for TESTING purpose only.

[CAUTION] This is pre-release (alpha version) software and any feature may change without notice.

Prerequisites

  • Minimum 4GB RAM but 6 GB RAM is recommended. (Don't work properly with Windows 7 home version)
  • Java 7
  • Running MongoDB

Steps

Getting compiled binaries (Current version is 0.72amp)

Please make sure to match the UI and Backend versions Download the latest compiled binaries from

UI: https://github.com/LivelyGig/ProductWebUI/releases

Backend: https://github.com/synereo/synereo/releases

Config: https://raw.githubusercontent.com/synereo/synereo/staging/gloseval/eval.conf

Log:: https://raw.githubusercontent.com/synereo/synereo/staging/gloseval/log.properties

Setting up binaries

Unzip files in a folder and copy config and log file in the same folder

Creating self-signed certificate

Go to the folder and run bin/gloseval gencert --self-signed

Running standalone node

bin/gloseval

Accessing the application

Visit https://<machine_ip>:9876/ On login prompt provide admin@localhost as username and a as password.

Notes

The default port can be changed in eval.conf file from 9876 to any other port.