A simple web interface to mount and unmount AppAssure recovery points.
A simple web interface to manage AppAssure recovery point mounting,
built on Pyramid, Bootstrap, and python-appassure.
Install python-appassure
from git:
sudo pip install git+https://github.com/george2/python-appassure.git
Rename aamm/config.example.py
to aamm/config.py
and set the
variables in that file to reflect your AppAssure server configuration.
Install aamm
:
sudo python setup.py install
Finally, serve AppAssure Mount Manager as you would any Pyramid app, usingpserve
or through your production-ready server of choice.