README USERGUIDE INSTALL NEWS CREDITS CODE

Requirements for Passerd

Passerd is written in Python. You need Python (of course!), and the following Python modules:

Optional dependencies:

Below you'll find instructions to easily get the dependencies on some operating systems:

On Fedora

To install the dependencies on a Fedora machine, run:

yum install python-twisted python-twisted-words python-sqlalchemy python-oauth

For the optional packages:

yum install python-daemon python-lockfile

On Mandriva

These dependencies currently match the 2010.0 release but should be ok for others:

urpmi python-twisted-words python-sqlite python-sqlalchemy python-oauth

How to run it

Right now the recommended way to run Passerd is to check out the source directly from the git repository.

From the git repository:

See the USERGUIDE file for more information.