Changes between Version 9 and Version 10 of CredPrinterDocs


Ignore:
Timestamp:
May 20, 2013 1:54:27 PM (11 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CredPrinterDocs

    v9 v10  
    99We distribute the credential printer as a python application.  It depends on the standard installation and the M2Crypto package, available from several places.  It also depends on [source:doc/INSTALL libabac].
    1010
    11 Once the prerequisites are installed, download the [attachment:cred_printer-1.01.tar.gz credential printer source] and untar it, change to the {{{cred_printer-1.01}}} directory and run the standard python install script (as {{{root}}}):
    12 
    13 {{{
    14 $ tar xzf cred_printer-1.01.tar.gz
    15 $ cd cred_printer-1.01
     11Once the prerequisites are installed, download the [attachment:cred_printer-1.01.tar.gz credential printer source] and untar it, change to the {{{cred_printer-1.10}}} directory and run the standard python install script (as {{{root}}}):
     12
     13{{{
     14$ tar xzf cred_printer-1.10.tar.gz
     15$ cd cred_printer-1.10
    1616$ sudo python ./setup.py install
    1717}}}
     
    2323{{{
    2424$ cd ..
    25 $ sudo rm -rf cred_printer-1.01.tar.gz
     25$ sudo rm -rf cred_printer-1.10.tar.gz
    2626}}}
    2727