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.
LexAccess Web Tools Ci-Cd Procedures
This page describes steps for develop, stage and deploy LexAccess Tools.
I. Annual Updates on Data only
sudo systemctl restart tomcat
)
II. Annual Updates on Software and Data
shell> checkout master
image: lhc-nexus.nlm.nih.gov:8443/weblvg-tomcat:${YEAR}.${RN}
RELEASE=${YEAR}
VERSION=${YEAR}.${RN}
shell>git add -A
shell>git commit -m "LEX, ..."
shell>git push
shell>git tag
(show all tags)
shell>git tag -a v.${YEAR}.0 -m "msg"
shell>git push origin tagName
(push a tag to remote origin)
This is not practiced after 2023+.
shell>docker exec -ti weblexaccess-tomcat bash (tunnel in to docker image) /lexAccess2023lite /data/HsqlDb/* /data/WEB-INF/lexiconFile /usr/local/tomcat/webapps/WebLexAccess.war /usr/local/tomcat/webapps/WebLexAccess /usr/local/tomcat/webapps/logs/localhost.yyyy-mm-dd.log ...