- Clone the following Github repos:
- Create a python3 virtualenv for mhmid
- Install the middleware requirements:
pip install -r mhmid/requirements.txt - Install all the modules:
pip install -e .in each repo directory - Create a
.envfile in the/mhmiddirectory. This provides all the secret keys/settings as environment variables. This file is not checked into version control. - To setup the middleware console front-end, in
/mhmid/uirunnpm install
Start the Flask Application:
flask run --port 5001
Start the UI
in /mhmid/ui run npm start