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

Configure and launch the front end

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

###Copy keycloak.json Copy keycloak.json file into template editor

cp $CEDAR_HOME/keycloak.json $CEDAR_HOME/cedar-template-editor/app/.

###Go to front end home directory

goeditor

###Install dependencies Install all the project dependencies (you only need to do this once):

npm install

###Start the server Interactively

gulp

Or as a background task

gulp > stdout.txt 2> stderr.txt &

Or launch it from anywhere on the system

starteditor

###Verify Verify the application from the browser

http://cedar.metadatacenter.orgx/

Clone this wiki locally