Skip to content

Instantly share code, notes, and snippets.

@yohanesws
yohanesws / 1_EAP7_Microservices.md
Last active May 19, 2017 04:41
Microservice with EAP

EAP7 Microservice

Based on

https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/building_jboss_eap_7_microservices_on_openshift_container_platform/

Prepare Project

@yohanesws
yohanesws / 1_openshift_jenkins.md
Last active May 19, 2017 02:37
Simple Jenkins Openshift Project with CDK 2.4

Create Simple Jenkins Job

Create project

Add Freestyle project (eap-build)

Add Project

Put trigger mode

@yohanesws
yohanesws / 1_persistence_volume.md
Last active May 15, 2017 07:32
CDK Persistence Volume

Persistence Volumes

Create NFS Volume

$ vagrant ssh

# Go to NFS Volumes
$ cd /nfsvolumes/
@yohanesws
yohanesws / 1_JAVA_S2I_OpenShift.md
Last active October 23, 2017 15:57
JAVA S2I OpenShift

Apply JAVA S2I to CDK 2.4

#ssh to CDK
$vagrant ssh

$ oc login 10.1.2.2:8443
#login as admin/admin

#apply Java S2I Template to CDK 2.4
@yohanesws
yohanesws / 1_OpenShift_Docker_Build.md
Last active May 17, 2017 03:55
OpenShift Docker Build
@yohanesws
yohanesws / openshift_workshop.md
Last active February 24, 2017 08:18 — forked from ejlp12/openshift_workshop.md
LAB: INSTALLING THE OPENSHIFT CLI (Bahasa)

banner

LAB: INSTALASI OPENSHIFT CLI (Command Line Interface)

Command Line Interface

Pada produk OpenShift terdapat web console yang memiliki banyak fitur yang memudahkan administrator dalam mengelola aplikasi-aplikasi yang di-deploy pada platform OpenShift, tapi selain itu disediakan juga command line tools .

OpenShift tools adalah sebuah executable file yang ditulis menggunakan Go programming language and dapat diinstal dan berjalan di beberapa sistem operasi seperti Microsoft Windows, Apple OS X, Linux.

@yohanesws
yohanesws / oc_quickstart.md
Last active March 13, 2017 07:57
Openshift OC QuickStart

#OpenShift OC new-app reference

##How to run images: oc new-app nameofdockerimage ###example oc new-app fabric/backed:1.0.0

##Running 2 images in one pod: oc new-app nameofdockerimage+nameofdockerimage ###example