Console and shell terminal for the Java web apps.
With hawt.io console. Instructions from hawtio-sample-springboot.
To build within openshift environment :
# Login into openshift console
oc login <https://127.0.0.1:8443/>
# Select project
oc project my-project
# build project (Optional -Dfabric8.verbose)
mvn clean package fabric8:build
# launch build and deployment config
mvn fabric8:resource fabric8:deploy
oc get pods -w
- Add system storage for scripts.
- Execute from console the saved scripts.