Versions Compared

Key

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

...

    1. If a browser is available, go to www.servicemix.org
    2. Click on the Download link in the left pane.
    3. From this page, click on link in the "Latest Releases" section.
    4. Scroll down to select the version to download. For a binary distribution the filename will be similar to:
      servicemix-x.x.x.zip.
      OR
    5. If there is no browser, go to www.servicemix.org
    6. Click on the Download link in the left pane.
    7. From this page, click on link in the "Latest Releases" section.
    8. Scroll down to select the version to download. For a binary distribution the filename will be similar to:servicemix-x.x.x.zip. Right-click on the distribution name and copy the shortcut.
    9. From the Unix machine, change into the directory of your choice, and type wget followed by the shortcut:
      Code Block
      
      wget [shortcut_pasted_here]
      
  1. Extract the files from the zip file into a directory of your choice.
    unzip servicemix-x.x.x.zip
  2. 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).
  3. Following the build, proceed to #Testing the Installation section.

...