Mule EBS notes

master
Jeff Moe 6 years ago
parent fc28031816
commit 33b8c96c4a

@ -0,0 +1,17 @@
# 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
wget https://repository-master.mulesoft.org/nexus/content/repositories/releases/org/mule/distributions/mule-standalone/4.1.1/mule-standalone-4.1.1.tar.gz
tar zxvf mule-standalone-4.1.1.tar.gz
# Run manually
cd mule-standalone-4.1.1/bin
./mule
Loading…
Cancel
Save