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

Launch every component

Attila Levente EGYEDI edited this page Apr 8, 2016 · 3 revisions

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
Clone this wiki locally