Actions

Install/3-6/EPL

From Convention Master Documentation

Revision as of 10:28, 5 June 2019 by Silvershock (talk | contribs) (Created page with "<div style="float:right;"> Next: 4.0 - Setting up Printing >> </div> << Previously: 3.4 - Install the CUPS Printing System = Ins...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Previously: 3.4 - Install the CUPS Printing System

Install PkippLib for EPL Printers

If your using the EPL print method within the registration system, then you will need the PKIpp Library. This library is included with Convention Master but requires some special setup in order to operate properly and be able to print labels.

1. Move into the /var/www/printing/pkipplib/pkipplib-0.07/

   cd /var/www/printing/pkipplib/pkipplib-0.07/


2. Set up pkipplib (be sure to do this as root)

   sudo python setup.py install


Pkipplib-install.png

3. Pkipplib should now be installed.

Note: If you did not install the Python imaging library in stage 2, install it now:

   sudo apt-get install python-pil