Sign inSign up

cbiitss/lungcancerscreening

By cbiitss

Updated about 10 years ago

Deployment environment for Lung Cancer Screening tool

Image
0

1.5K

cbiitss/lungcancerscreening repository overview

Tags

latest, centos7, c7 (applications/lungCancerScreening/lungCancerScreening.c7.dockerfile) centos6, c6 (applications/lungCancerScreening/lungCancerScreening.c6.dockerfile)

Description

This image contains the deployment environment for the Lung Cancer Screening Tool. The deployment procedure may look something like this:


  • Clone the lungCancerScreening/common resources repositories git clone https://github.com/CBIIT/nci-webtools-dceg-risk-assessment /tmp/risk_assessment git clone https://github.com/CBIIT/nci-analysis-tools-web-presence.git /tmp/web_presence

  • Copy the application files to a local deployment directory sudo mkdir -p /local/lungCancerScreening/app /local/lungCancerScreening/logs sudo chown -R `id -u`:`id -g` /local/lungCancerScreening cp -r /tmp/risk_assessment/lungCancerScreening/* /local/lungCancerScreening/app/ cp -r /tmp/web_presence/common /local/lungCancerScreening/app/

  • Pull the latest lungCancerScreening image and start a new container docker pull cbiitss/lungcancerscreening
docker run \
  --detach \
  --name lungCancerScreening \
  --publish 8000:8000 \
  --user `id -u`:`id -g` \
  --volume /etc/localtime:/etc/localtime:ro \
  --volume /local/lungCancerScreening/:/deploy/ \
  cbiitss/lungcancerscreening

The lung cancer screening tool is now running on localhost:8000

Tag summary

Content type

Image

Digest

Size

621.7 MB

Last updated

about 10 years ago

docker pull cbiitss/lungcancerscreening