NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Shutdown/Startup of Services

There are two services supporting Protege - the main protege The main server and the explanation server.  The main server should be shutdown before the explanation server.  When starting, the explanation server should be started before the protege server.explanation services are part of a single application. The server is controlled by scripts in the protege/scripts directory

Shutdown

  1. Navigate to /local/content/protege/scripts/
  2. To shutdown the protegeserver: "./shutdown.sh" 

...

  1. Navigate to /local/content/protege/scripts/
  2. To startup protege server: "./run-background.sh"
  3. Do "tail ../logs/protserv-console.txt" to check that the protege server is running.
  4. To startup explanation server: “./pellet server --config /local/content/protege/protegedata/configdata/server.properties start"
  5. Do "tail ../logs/pellet-console.txt" to check that the explanation server is running.

Packaging Server for Deployment to Upper Tier

  1. Navigate to /tmp/protege and remove any files and folders there
  2. Copy up server directory -  cp -R /local/content/protege/protegeserver .
  3. Tarball the server folder
  4.  Copy Copy tarball to /priv-file-repo/protege/deployment
  5. Move any previous versions to /priv-file-repo/protege/archive/deployment-package

...