Installation and Configuration
explain how to install and set up leocornus.plonecrypto, including all dependent modules.
leocornus.plonecrypto depends on third party Python cryptographic toolkit. We pick up Keyczar from Google Security Team. Keyczar depends on the Python modules: pycrypto, pyasn1, and simplejson. Here are the installation memo: It is very easy to install leocornus.plonecrypto by using buildout: Execute bin/buildout, then you could install the Plone Cryptographic Toolkit from Site Setup --> Add / Remove Products.Dependences Installation
$ wget http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.1.0.tar.gz
$ python setup.py install
$ python setup.py test
$ wget http://downloads.sourceforge.net/project/pyasn1/pyasn1-devel/0.0.11a/pyasn1-0.0.11a.tar.gz?use_mirror=hivelocity
$ python setup.py install
$ python test/suite.py
$ wget http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47aa
$ python setup.py install
$ python setup.py test
$ wget http://keyczar.googlecode.com/files/python-keyczar-0.6b.061709.tar.gz
$ python setup.py install
$ cd tests/keyczar
$ python alltests.pyInstall leocornus.plonecrypto
[buildout]
eggs =
...
leocornus.plonecrypto
...
zcml =
...
leocornus.plonecrypto