Install Print Server on Unix#
To install your own print server on an Ubuntu/Debian machine, download the print server installer from this URL Then run the installation script.
sudo wget https://www.alltena.com/files/downloads/installer/allegra-print-server/allegra-print-server-installer.sh
sudo ./allegra-print-server-installer.sh
The installer installs the required packages and the print server.
The print server is located under /opt/allegra-print-server
.
In order to start the print server, execute the following commands:
sudo cd /opt/allegra-print-server
sudo ./startStop.sh start
This starts the print server on http://localhost:8090/allegra-print-server
.
This URL must be set in Allegra Advanced settings file.
In order to stop the print server execute the following commands:
cd /opt/allegra-print-server
./startStop.sh stop