You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeff Moe
c9e8c4cf55
|
6 years ago | |
---|---|---|
.. | ||
README.md | 6 years ago |
README.md
Set up Debian Stretch server.
Install dependencies.
apt update apt install openjdk-8-jdk-headless
Get Mule
https://developer.mulesoft.com/download-mule-esb-runtime
As root
mv mule-standalone-4.1.1.tar.gz /opt/ cd /opt
tar zxvf mule-standalone-4.1.1.tar.gz
ln -s mule-standalone-4.1.1 mule
tarball has uid 500
chown -R root:root /opt/mule*
Run manually
/opt/mule/bin/mule start
Configure Mule ESB
Set to start on Boot
Open up Mule ESB port on firewall:
-A INPUT -p tcp --dport 32000 -j ACCEPT