Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

ptuomola/kitchensink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitchensink on OpenShift

This is the kitchensink JBoss quickstart app. You can find more info here

Running on OpenShift

Create The application using the template and editing your values (note your APPLICATION_HOSTNAME will be different depending on where you're logged in to):

oc new-app --template=eap6-basic-sti -p APPLICATION_NAME=ks,APPLICATION_HOSTNAME=ks-chx.apps.osecloud.com,GIT_URI=https://github.com/RedHatWorkshops/kitchensink,GIT_REF="",GIT_CONTEXT_DIR=""

View your build

oc get builds
oc build-logs ks-1

Visit your application

firefox ks-chx.apps.osecloud.com

About

Sample JBOSS Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.6%
  • HTML 37.2%
  • CSS 5.2%