Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

I/ Install openesb for ubuntu with openmq no db

 

For To install openesb with no db , you must need to have puppet, for this on your install puppet.

On 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 The next step is  to download the puppet script on from the puppet forge.
This script contains the installation of openesb with openMQ.

In root mode (sudo su - root):

...

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

For To run the script et and  begin the installation :

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

...

II/ Install openesb for ubuntu with openmq and postgresql

For To install openesb with  db , you must to have puppet, for this on your a database for persistance in bpel, Jms , You need to install puppet. On  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 You now have to download the puppet script on from  the puppet forge.
This script contains the installation of openesb with openMQ.

In root mode (sudo su - root):

...