Deploying fudopv without compiling source files

Deprecated since version 5.5

Fudo Enterprise 5.5 is the last version supporting Application to Application Password Manager. The AAPM will be replaced by the functionality of APIv2 in the next release.

To use fudopv without compiling source files, proceed as follows.


  1. Download and install Python 3.x environment.

Note

It is advised to run fudopv in virtual environment.

  1. Execute pip install virtualenv requests or easy_install virtualenv requests command to install virtual environment.
  2. In the fudopv/ execute virtualenv deps command.
  3. Add fudopv/ parent directory to your Python search path. Execute export PYTHONPATH=~/parent where "~/parent" is the path to the directory in which fudopv/ is placed.
  4. Run source deps/bin/activate.
  5. From inside the parent/ directory run python -m fudopv.

Related topics: