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.

Text Categorization

TC Web Site Deploy Procedures
- Document server (Apache) -

  1. Update pages on the development site
  2. Pack the development site
    • > cd ${WEB_PROJECT}/tc
    • > gtar -czvf ${YEAR}.tgz ${YEAR}
  3. Deploy to testing and deploying site
    • > cd ${WEB_PROJECT}/tc
    • > sftp ${TARGET_SITE}
    • > cd ${WEB_PROJECT}/tc
  4. Unpack
    • > slogin ${TARGET_SITE}
    • > cd ${WEB_PROJECT}/tc
    • > gtar -xzvf ${YEAR}.tgz
  5. Final Modifications
    • > cd ${WEB_PROJECT}/tc/${YEAR}
    • Replace lexlx1 with ${SERVER} on:
      • ./Home/banner* (2)
      • ./Home/topMenu* (2)
      • ./web/interactiveTools.html (28)
      • ./apps/index.html (1)
      • ./Home/Html/footer.html (1)
  6. Update top files
    • > cd ${WEB_PROJECT}/tc
    • update current (ln -sf ./${YEAR} current)
    • update index.html