Changes between Version 3 and Version 4 of GeniTmixSoftware


Ignore:
Timestamp:
03/14/13 13:34:42 (11 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixSoftware

    v3 v4  
    88We recommend that users who only want Omni still run these steps to verify that all dependencies are met. Omni shares at least the Python, PyOpenSSL, and dateutil dependencies.
    99
    10 Software Dependencies
    11 GCF depends on the following packages:
     10==Software Dependencies==
     11Tmix depends on the following packages:
    1212
    13 Python M2Crypto
    14 
    15 The M2Crypto package provides utilities for handling X.509 certificates and SSL connections. M2Crypto is required by the certificate class in sfa/trust. M2Crypto should be readily available on most Linux distributions.
    16 
    17 More information is available at:  http://chandlerproject.org/bin/view/Projects/MeTooCrypto
    18 
    19 Python dateutil
    20 
    21 The dateutil package provides date parsing routines to Python. It should be readily available on most Linux distributions.
    22 
    23 More information is available at:  http://labix.org/python-dateutil
    24 
    25 Python OpenSSL
    26 
    27 The OpenSSL package provides a python API to the OpenSSL package. There is an implicit dependency on OpenSSL, but that should be handled by the Linux package manager (yum, apt, etc.)
    28 
    29 More information is available at:  https://launchpad.net/pyopenssl
    30 
    31 xmlsec1
    32 
    33 The XML Security Library provides implementations of XML Digital Signatures (RFC 3275) and W3C XML Encryption. The program xmlsec1 from this package is used to sign credentials.
    34 
    35 On rpm systems the required packages are:
    36 
    37 xmlsec1
    38 xmlsec1-openssl-devel
    39 On debian systems the packages are
    40 
    41 libxmlsec1
    42 xmlsec1
    43 libxmlsec1-openssl
    44 libxmlsec1-dev
    45 More information is available at:
    46 
    47  http://www.aleksey.com/xmlsec/
    48  http://www.w3.org/TR/xmlenc-core/
    49  http://www.ietf.org/rfc/rfc3275.txt
    50 Platform Installation
    51 The GCF package is intended to be run on a modern Unix distribution (circa 2010 or 2009). Python 2.6 or better is required. This software is not Python 3 compatible.
     13==Installation==
     14The Tmix package is intended to be run on a modern Unix distribution (circa 2010 or 2009). Python 2.6 or better is required. This software is not Python 3 compatible.
    5215
    5316This software requires a number of readily available software packages. Most modern Linux distributions should have these packages available via their native package management suite (eg. yum or apt).