https://github.com/mskcc/sample-submission-backend
https://github.com/mskcc/sample-submission-backend
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mskcc/sample-submission-backend
- Owner: mskcc
- Created: 2019-05-10T14:13:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:05:37.000Z (over 3 years ago)
- Last Synced: 2025-01-10T21:22:14.755Z (over 1 year ago)
- Language: Python
- Size: 106 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deprecated - see https://github.com/mskcc/igo-sample-submission-node
# IGO Sample Submission Backend
## Setting Up Dev Environment
### Install Dependencies
*Use Virtual Python Environment before installing dependecies.*
- make sure you have python3 and uwsgi installed
- create a .ini file in the project folder's top level (examples at VM /srv/www/uwsgi/vassals)
- create secret_config.js file and alter accordingly (examples at VM /srv/www/dev)
```bash
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ uwsgi sample-submission-backend.ini
```
If you see "IGO Sample Submission Backend" at http://localhost:9004/ you're all set.