Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Files

Latest commit

ad07539 · Nov 8, 2023

History

History

ZRColaWS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 19, 2022
Sep 20, 2022
Sep 29, 2022
Dec 14, 2022
Oct 28, 2022
Sep 19, 2022
Nov 8, 2023
Sep 20, 2022
Sep 20, 2022
Sep 16, 2022

ZRCola Web Service

Building and Installation

  1. Install prerequisites: sudo dnf install git cmake gcc gcc-c++ make libatomic

  2. Clone this Git repository: git clone --recursive https://github.com/Amebis/ZRCola.git

  3. Build ZRColaWS: make -C ZRCola/ZRColaWS

  4. Install ZRColaWS: sudo make -C ZRCola/ZRColaWS install

  5. Configure ZRColaWS by editing /usr/local/etc/sysconfig/zrcolaws

  6. Start ZRColaWS: sudo systemctl start zrcolaws.service

  7. Configure ZRColaWS for auto-start: sudo systemctl enable zrcolaws.service

  8. Remember to open webservice port in firewall, should the service require external access.

Usage

Web service API documentation is available at http://host:port/swagger/ui.