Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 870 Bytes

File metadata and controls

13 lines (10 loc) · 870 Bytes

SIMPLE YAML compiler Web UI (frontend)

Frontend for the SIMPLE YAML Compiler GUI web application.

Backend repository can be found here.

How to deploy to OpenShift

  1. Download the OKD client oc.
  2. Execute the oc login command from the OpenShift dashboard.
  3. Select project using oc project.
  4. Deploy app by executing npx simple-nodeshift --strictSSL=false --dockerImage=nodeshift/ubi8-s2i-web-app --imageTag=latest --expose inside of the project root directory.
  5. 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.