uwcirg/true_nth_usa_intervention_demo

Name: true_nth_usa_intervention_demo

Owner: University of Washington Clinical Informatics Research Group

Description: Demo for the Movember True NTH USA portal - early summer 2015 - this is the intervention code.

Created: 2015-06-09 19:27:45.0

Updated: 2016-01-12 16:25:12.0

Pushed: 2016-12-13 19:21:14.0

Homepage: null

Size: 35

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

true_nth_usa_intervention_demo

Demo for the Movember True NTH USA intervention - early summer 2015

INSTALLATION

Pull down prerequisite packages

do apt-get install python-virtualenv

From the parent directory where you wish to install the demo, pull down the code and create a virtual environment to isolate the requirements from the system python

t clone https://github.com/uwcirg/true_nth_usa_intervention_demo.git intervention
rtualenv intervention
 intervention

Activate the virtual environment, patch setuptools, and install the project requirements (into the virtual environment)

urce bin/activate
p install -U setuptools
p install -r requirements.txt
CONFIGURE

Copy the default to the named configuration file

 application.cfg.default application.cfg

Visit Portal and obtain keys

https://truenth-demo.cirg.washington.edu (Must Log In)

https://truenth-demo.cirg.washington.edu/client

Write the client_id and client_secret values to application.cfg

RUN
thon client.py

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.