Frontend for the SIMPLE YAML Compiler GUI web application.
Backend repository can be found here.
- Download the OKD client oc.
- Execute the
oc login
command from the OpenShift dashboard. - Select project using
oc project
. - Deploy app by executing
npx simple-nodeshift --strictSSL=false --dockerImage=nodeshift/ubi8-s2i-web-app --imageTag=latest --expose
inside of the project root directory. - Expose route to the Internet using
oc annotate route simple-web-compiler-frontend router.cern.ch/network-visibility=Internet
WARNING: If the frontend works but when uploading a file it hangs check that the backend route is also exposed and the hosts are not conflicting.