Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/mantium
Web interface for the automium build system
https://github.com/hivesolutions/mantium
automation build python system
Last synced: about 2 months ago
JSON representation
Web interface for the automium build system
- Host: GitHub
- URL: https://github.com/hivesolutions/mantium
- Owner: hivesolutions
- Created: 2012-06-26T18:05:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T11:34:18.000Z (about 2 years ago)
- Last Synced: 2024-04-17T15:47:26.491Z (9 months ago)
- Topics: automation, build, python, system
- Language: Python
- Size: 300 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mantium Web Interface
The web interface for the [automation](https://github.com/hivesolutions/automium) build system.
Should be able to control a set of automium projects displaying the results of build runs.
The mantium system uses the atm file specification that defines a zip file containing
both the specification (build.json) file and the scripts to be run.## Installation
pip install mantium
## Configuration
### Viriatum
In order to configure automium together with viraitum you must add a new location to
the **viriatum.ini** configuration file.```
[location:mantium]
path = /mantium
handler = wsgi
script_path = /usr/local/lib/python$PY_VERSION/dist-packages/mantium-$VERSION-py$PY_VERSION.egg/mantium.wsgi
```## Inspiration
* File storage website with minimalistic approach [ge.tt](http://ge.tt)