Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

I/ Install openesb for ubuntu with openmq no db

 

For install openesb with no db , you must to have puppet, for this on your ubuntu , do this commands:

  - wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb
  - sudo dpkg -i puppetlabs-release-precise.deb
  - sudo apt-get update
  - sudo apt-get install puppetmaster

 

After have download puppet , you must to download the puppet script on the puppet forge.
This script contains the installation of openesb with openMQ.

In root mode (sudo su - root):

puppet module install openesbcommunity/openesb_ubuntu_nodb

And follow the instructions on this webiste (readme ):

http://forge.puppetlabs.com/openesbcommunity/openesb_ubuntu_nodb

For run the script et begin the installation :

puppet apply /etc/puppet/manifests/init.pp

 

II/ Install openesb for ubuntu with openmq and postgresql

For install openesb with  db , you must to have puppet, for this on your ubuntu , do this commands:

  - wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb
  - sudo dpkg -i puppetlabs-release-precise.deb
  - sudo apt-get update
  - sudo apt-get install puppetmaster

 

After have download puppet , you must to download the puppet script on the puppet forge.
This script contains the installation of openesb with openMQ.

In root mode (sudo su - root):

puppet module install openesbcommunity/openesb_ubuntu_db

And follow the instructions on this webiste (readme ):

http://forge.puppetlabs.com/openesbcommunity/openesb_ubuntu_db

For run the script et begin the installation :

puppet apply /etc/puppet/manifests/init.pp

  • No labels