Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

jbossdemocentral/jboss-fis-autodealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Fuse Integration Service - Auto Dealership Management System

  1. Install OpenShift or have an OpenShift platform

  2. Install OpenShift client Instruction to install please go to my blog at: http://wei-meilin.blogspot.tw/2016/01/fuse-integration-service-getting-your_19.html

  3. Create a project 'demo' in Openshift

    OpenShift Create Project

  4. Inside project demo, create amq-basic pod, this will start up an message broker on the PaaS platform. AMQ Basic

  5. Deploying application using s2i with fabric8 maven plugin, Before going ahead to deploy application, go to command line console, and make sure the following system environment variable are set.

    DOCKER_HOST=tcp://10.1.2.2:2376 DOCKER_MACHINE_NAME=YOUR_DOCKER_MACHINENAME DOCKER_TLS_VERIFY=1 DOCKER_CERT_PATH=YOUR_CERTPATH

    and you have logon to OpenShift using OpenShift client.

    oc login

    Go to each projects under projects folder

Releases

No releases published

Packages

No packages published

Languages