Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
WebTools: Ci-Cd Development and Test Procedures
The main procedures of Ci-Cd WebLvg are:
shell> git checkout master
shell>git checkout dev
<version>${YEAR}</version>
<version>${YEAR}.0</version>
lvgVersion: ${YEAR}
lvgHomeUrl: https://lhncbc.nlm.nih.gov/LSG/Projects/lvg/current/web/index.html
lvgHomeDir: /lvg${YEAR}lite
image: lhc-nexus.nlm.nih.gov:8443/weblvg-tomcat:${YEAR}.${RN}
VERSION=${YEAR}
RELEASE=${YEAR}.${RN}
docker is running
shell> systemctl status docker
shell> sudo systemctl start docker
ipv4.ip_forward=1
shell> cat /proc/sys/net/ipv4/ip_forward
shell> make all_local
in the Makefile, test step by step
shell> make clean
this delete all iamges include weblexaccess and weblvg
shell> make login
shell> make build_app
build weblvg-tomcat image
shell> make build_nginx
build weblvg-nginx image
shell> make run
compose docker container
docker ps -al
docker rm -f CONTAINER_ID
=> remove containers if they are already exist and used