Skip to content

A Django web platform for Modelling and simulation of Metabolic pathways

Notifications You must be signed in to change notification settings

SimulationEverywhere/MPath-MS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Django web platform for Modelling and simulation of Metabolic pathways

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published