SKOOR Webservice Installation

Prerequisites

Installation

Install eranger-webservice package from SKOOR repository:

# yum install eranger-webservice

eranger-jre and eranger-phantomjs will be installed as dependent packages.

The package will do the following changes to the system:

  1. Install SKOOR Webservice into directory /opt/eranger/eranger-webservice (Spring Boot App)

  2. Configure service including automatic startup at boot time

  3. Create web service configuration in /etc/opt/eranger/eranger-webservice.cfg

  4. Create reverse proxy configuration in /etc/httpd/conf.d/eranger-webservice-proxy.conf
    /eranger-webservice -> http://localhost:8090/

  5. Configure log rotation in /etc/logrotate.d/eranger-webservice.conf

  6. Start the web service

  7. Reload the Apache configuration