The WebServer deployment artifacts are stored in a git repository. The process provided below obtains the latest LANSA scripts and then uses one of those scripts to stop all LANSA processes which are using the webserver, pulls the latest WebServer release, and then restarts all the LANSA processes.

  1. Update to the latest LANSA Scripts

    On the command line, change to the c:\lansa  directory and run git pull

    cd c:\lansa
    git pull
  2. Update to the latest WebServer Release

    This updates the webserver and Git Deploy Hub deployments. This example uses the patch/paas branch which is the very latest beta code base, though it has received limited testing.

    cd c:\lansa\scripts
    powershell
    .\apprepopull.ps1 patch/paas
  • No labels