Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 801 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 801 Bytes

Build Status Coverage Status Code Climate

SciTran – Scientific Data Management

Usage

./bin/run.sh [config file]

or

PYTHONPATH=. uwsgi --http :8443 --virtualenv ./runtime --master --wsgi-file bin/api.wsgi

Maintenance

Upgrading Python Packages

List outdated packages

pip list --local --outdated

Then review and decide what upgrades to make, if any.
Changes to requirements.txt should always be a pull request.