Versions Compared

Key

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

...

  1. Download the ServiceMix zip file, either using a browser (see step 2) or using a tool, such as, wget, scp, ftp, etc.
    wget ...
  2. If a browser is available, go to www.servicemix.org
  3. Click on the Download link in the left pane.
  4. From this page, click on link in the "Latest Releases" section.
  5. Scroll down to select the version to download. For a binary distribution the filename will be similar to:
    servicemix-x.x.x.zip.
  6. Extract the files from the zip file into a directory of your choice.
    unzip servicemix-x.x.x.zip
  7. If a binary snapshot was downloaded proceed to the #Starting ServiceMix section of this document. If a source snapshot was downloaded proceed to #building source (Step 6).
  8. Following the build, proceed to #Testing the Installation section.

...