Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Updating Server Components on RHEL 6.6

Martin O'Connor edited this page Aug 10, 2016 · 4 revisions

First change to the cedar user:

sudo su - cedar

Kill core CEDAR servers:

killall

Run cedarss to verify that the servers are not running.

To see if any repo has pending updates:

cedargstatus

To update repos:

cedargpull

Build the parent project:

goparent
mci

Build the individual projects:

goproject
mcit

Start all the servers:

startall

Verify that all servers have started using cedarss. The response should look like:

---------------------------------------------
Checking all CEDAR servers
---------------------------------------------

CEDAR Template            :Running (port=9001           )
CEDAR User                :Running (port=9005           )
---
CEDAR Terminology         :Running (port=9004           )
CEDAR Repo                :Running (port=9002           )
CEDAR Schema              :Running (port=9003           )
CEDAR ValueRecommender    :Running (port=9006           )
CEDAR Resource            :Running (port=9007           )
---
CEDAR MongoDB             :Running (mongod              )
CEDAR NGINX               :Running (nginx:              )
CEDAR Keycloak            :Running (keycloak/standalone )
CEDAR Gulp                :Stopped (gulp                )

Go the the web page to verify that the system is live.

Clone this wiki locally