Skip to content

A DIY Cartridge for deploying a standalone Mule to OpenShift

Notifications You must be signed in to change notification settings

aelghanam/mule-diy-cartridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mule 3.3.1 Standalone - Openshift DIY Cartridge

This git repository helps you get up and running quickly with a Mule on OpenShift.

Running on OpenShift

Register at http://openshift.redhat.com/, and then create a raw (do-it-yourself) application:

rhc app create -a mule -t diy-0.1 -l [email protected]

Add this upstream mule-diy-cartridge repo:

cd mule
git remote add quickstart -m master https://github.com/ryandcarter/mule-diy-cartridge.git
git pull -s recursive -X theirs quickstart master

Then push the repo upstream:

git push

That's it, you can now see your running application at:

http://mule-yournamespace.rhcloud.com

Updating your application

To deploy your changes to openshift just add your changes to the index, commit and push:

git add . -A
git commit -m "a nice message"
git push

Licence

This project is distributed under Apache 2 licence.

About

A DIY Cartridge for deploying a standalone Mule to OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published