Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rshipp/appassure-mount-manager

A simple web interface to mount and unmount AppAssure recovery points.
https://github.com/rshipp/appassure-mount-manager

appassure backup dell management mount pyramid python webapp webui

Last synced: 10 days ago
JSON representation

A simple web interface to mount and unmount AppAssure recovery points.

Awesome Lists containing this project

README

        

AppAssure Mount Manager
=======================

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

[1]: https://github.com/george2/python-appassure "python-appassure"

## Setup

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, using
`pserve` or through your production-ready server of choice.