A Django web platform for Modelling and simulation of Metabolic pathways
- create virtualenv and intall dependencies
- sudo systemctl start mongod.service
- sudo systemctl start postgresql.service
- open 2 terminals in the project root and start the project virtualenv each terminal
- in terminal 1 do:
- cd MPath_MS/
- celery --app=MPath_MS worker --loglevel=INFO
- in terminal 2 do:
- cd MPath_MS/
- python manage.py runserver