An open API service indexing awesome lists of open source software.

https://github.com/mskcc/sample-submission-backend


https://github.com/mskcc/sample-submission-backend

Last synced: 14 days ago
JSON representation

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.