Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rshipp/appassure-mount-manager
- Owner: rshipp
- License: bsd-3-clause
- Created: 2014-06-06T19:59:59.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T23:39:25.000Z (over 4 years ago)
- Last Synced: 2024-12-22T11:48:26.561Z (18 days ago)
- Topics: appassure, backup, dell, management, mount, pyramid, python, webapp, webui
- Language: Python
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.