MSRegistry Backend is the WEB Backend for Swiss Multiple Sclerosis Registry. It's developed in Python using Flask Framework.
Before install MSRegistry I suggest to prepare a Python virtual environment using virtualenv:
$ virtualenv env $ source env/bin/active
Now you can easily install Python dependencies:
$ cd msregistry $ pip install -r requirements/common.txt
Use flask
to run Web application
$ export FLASK_APP=commands.py $ flask run
MSRegistry Backend configuration file is config.yml
.