Changes between Version 7 and Version 8 of CredPrinterDocs


Ignore:
Timestamp:
Oct 6, 2011 11:30:37 AM (13 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CredPrinterDocs

    v7 v8  
    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.00.tar.gz credential printer source] and untar it, change to the {{{cred_printer-1.00}}} directory and run the standard python install script (as {{{root}}}):
    12 
    13 {{{
    14 $ tar xzf cred_printer-1.00.tar.gz
    15 $ cd cred_printer-1.00
     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.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
    1616$ sudo python ./setup.py install
    1717}}}
     
    2323{{{
    2424$ cd ..
    25 $ sudo rm -rf cred_printer-1.00.tar.gz
     25$ sudo rm -rf cred_printer-1.01.tar.gz
     26}}}
     27
     28The source is also in the ABAC git repository.  You can get this by:
     29{{{
     30git clone git://abac.deterlab.net/abac.git
    2631}}}
    2732