Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.01 KB

oliot-ons-1.1

Oliot-ons is the impementation of GS1 ONS 2.0.1

Features

  • Node.js based RESTful Interface for easy service records management
  • Access control to share accesibitity to service records with others
  • Oauth 2.0 compliant authentification

Install

Prerequisites

Get docker and docker-compose

Before installation

configure each DB's ID and PW in .env file for your purpose.

Linux

You can install ONS management server comprised of authentification(postgreSQL), access control(Neo4J), web app(Node.js), web API(Node.js).

$ bash deploy_manage_server.sh

You can install ONS server comprised of ONS compliant DNS software(powerDNS), back-end DB(MySQL), web API(Node.js).

$ bash deploy_ons_server.sh 

Note: You can install both servers in one machine.

License

See LICENSE.