edrn.labcas.ui

User interface for LabCAS, for EDRN


Keywords
web, edrn, cancer, biomarkers, lab, laboratory, catalog, archive
License
Apache-2.0
Install
pip install edrn.labcas.ui==1.0.15

Documentation

User interface for the Early Detection Research Network (EDRN) Laboratory Catalog and Archive System (LabCAS). Developed by the EDRN Informatics Center (IC), operated by the Jet Propulsion Laboratory (JPL), which itself is operated by the California Institute of Technology (CalTech).

Running a Development Instance

Easy. First copy dev.cfg.in to dev.cfg and set the ldap-manager-password in the [secrets] section. Then:

ssh -L 9000:localhost:9000 -L 9001:localhost:9001 -L 9002:localhost:9002 -L 8080:localhost:8080 -L 8983:localhost:8983 labcas-dev.jpl.nasa.gov
python2.7 bootstrap.py -c dev.cfg
bin/buildout -c dev.cfg
bin/pserve --reload parts/templates/paste-dev.cfg

Then visit http://localhost:6543/ with a browser.