Screener supports docker and therefore runs on all known Linux systems (https://www.docker.com/). Docker Engine is supported on Linux, Cloud, Windows, and OS X. Installation instructions are available for the following:
On Linux:
Skip this step if Docker is already in place.
Log into your Linux environment and get the Docker installation script by:
wget https://get.docker.com/ && mv index.html install.sh && bash install.sh
Load the Screener Image into the Docker subsystem by:
docker load -i Screener_image.tar.gz
docker run -d -p 80:80 -p 443:443 -p 25:25 -p 5001:5001 -p 5432:5432 --name screener --restart=always screener-image:latest /bin/bash /etc/run-services.sh
docker exec -it screener /etc/run-setup.sh
After the execution of the command, the First Time Configuration script will be displayed.
It suggests doing Automatic Configuration. It is recommended to accept it by pressing "Y".
The script displays the internal Docker IPv4 and the login data.
Use IPv4 of the host to get Web Access to the instance.
This article should be helpful.
In case you are planning to purchase Screener or you are already a commercial client you can contact support@lucysecurity.com to open a ticket. We will get in touch with you within 24 hours.