Launch every component - metadatacenter-attic/cedar-docs GitHub Wiki
If you are working only on the front end, you can do the following steps to launch all the components of the system in background:
# MongoDB
mongod &
# nginx
startnginx
# Keycloak
startkk &
# Folder server
startfolder
# Schema server
startschema
# Repo server
startrepo
# Terminology server
startterminology
# Template server
starttemplate
# User server
startuser
# Resource server
startresource
# Valuerecommender server
startvaluerecommender
# Template editor
starteditor