Skip to content
forked from narodski/modama

Monitoring Data Management webapplication

License

Notifications You must be signed in to change notification settings

bon-carpo/modama

 
 

Repository files navigation

modama

Monitoring Data Management webapplication

Installation

git clone https://github.com/narodski/modama.git
mkvirtualenv modama
cd modama
pip install -r requirements.txt
./modama/bin/modama db upgrade
./modama/bin/modama create_admin

Testing

Unittests can be run with pytest. Make sure you install the dev dependencies first with

pip install -r requirements-dev.txt

Then from the root folder you can run the tests with

pytest

Running

The best is to run it in production with gunicorn/nginx/etc and use your preferred manager for staring up the application like Circus, Systemd, etc.

For development, start it with

python run.py

About

Monitoring Data Management webapplication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%