项目作者: rshipp

项目描述 :
A simple web interface to mount and unmount AppAssure recovery points.
高级语言: Python
项目地址: git://github.com/rshipp/appassure-mount-manager.git
创建时间: 2014-06-06T19:59:59Z
项目社区:https://github.com/rshipp/appassure-mount-manager

开源协议:BSD 3-Clause "New" or "Revised" License

下载


AppAssure Mount Manager

A simple web interface to manage AppAssure recovery point mounting,
built on Pyramid, Bootstrap, and python-appassure.

Setup

Install python-appassure from git:

  1. 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:

  1. sudo python setup.py install

Finally, serve AppAssure Mount Manager as you would any Pyramid app, using
pserve or through your production-ready server of choice.