juazugas / grooshella

Console and shell terminal for the Java web apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grooshella

Console and shell terminal for the Java web apps.

Features

With hawt.io console. Instructions from hawtio-sample-springboot.

Deployment

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

Todo

  • Add system storage for scripts.
  • Execute from console the saved scripts.

About

Console and shell terminal for the Java web apps.

License:MIT License


Languages

Language:Java 87.1%Language:HTML 6.7%Language:Groovy 5.8%Language:Dockerfile 0.5%