Install openesb Standalone with puppet (ubuntu)
I/ Install openesb for ubuntu with openmq no db
To install openesb with no db , 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
The next step is to download the puppet script from 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
To run the script and begin the installation :
puppet apply /etc/puppet/manifests/init.pp
II/ Install openesb for ubuntu with openmq and postgresql
To install openesb with 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
You now have to download the puppet script from 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