ZRCola Web Service
Building and Installation
-
Install prerequisites:
sudo dnf install git cmake gcc gcc-c++ make libatomic -
Clone this Git repository:
git clone --recursive https://git.amebis.si/Amebis/ZRCola.git -
Build ZRColaWS:
make -C ZRCola/ZRColaWS -
Install ZRColaWS:
sudo make -C ZRCola/ZRColaWS install -
Configure ZRColaWS by editing /usr/local/etc/sysconfig/zrcolaws
-
Start ZRColaWS:
sudo systemctl start zrcolaws.service -
Configure ZRColaWS for auto-start:
sudo systemctl enable zrcolaws.service -
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.