Skip to content

simple-framework/simple_web_compiler_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published