/MPath-MS

A Django web platform for Modelling and simulation of Metabolic pathways

Primary LanguagePython

MPath-MS

A Django web platform for Modelling and simulation of Metabolic pathways

Celery installation guide

https://medium.com/@ffreitasalves/executing-time-consuming-tasks-asynchronously-with-django-and-celery-8578eebab356

How to start server

  1. create virtualenv and intall dependencies
  2. sudo systemctl start mongod.service
  3. sudo systemctl start postgresql.service
  4. open 2 terminals in the project root and start the project virtualenv each terminal
  5. in terminal 1 do:
    1. cd MPath_MS/
    2. celery --app=MPath_MS worker --loglevel=INFO
  6. in terminal 2 do:
    1. cd MPath_MS/
    2. python manage.py runserver