Deploying fudopv without compiling source files¶
Deprecated since version 5.4
Fudo Enterprise 5.4 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.
- Download and install Python 3.x environment.
Note
It is advised to run fudopv in virtual environment.
- Execute
pip install virtualenv requests
oreasy_install virtualenv requests
command to install virtual environment. - In the
fudopv/
executevirtualenv deps
command. - Add fudopv to your python search path. Execute
export PYTHONPATH=~/fudopv
where"~/fudopv"
is the path where you have unpacked the utility and runvirtualenv/easy_install
in. - Execute
python -m fudopv
, to start fudopv.
Related topics: