Standalone Version of soapUI for Linux – Installation Guide

installationpackage-management

I want to run soapUI on Ubuntu 11.10. If I am not able to install via the package manager, I'd prefer not to install at all, and instead run as a standalone application. Looking at the soapUI download page I can't figure out which download (if any) fulfills this criterion?

  • soapui-4.5.0-Beta1-linux-bin.zip
  • soapUI-x32-4_5_0-Beta1.sh

I'm guessing "bin" but I don't know for sure. Any clues?

Best Answer

Download the zip file. Then you just unzip the files into a directory somewhere. There is a sh file - you just need to make it executable and run that - from memory.

unzip soapui-*.zip
cd soapui-4.5.0-Beta1/bin/
chmod +x soapui.sh
./soapui.sh