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.
    Code Block
    
    # If a browser is available, go to www.servicemix.org
    # Click on the Download link in the left pane.
    # From this page, click on link in the "Latest Releases" section.
    # Scroll down to select the version to download. For a binary distribution the filename will be similar to: {{servicemix-x.x.x.zip}}.
    
    Code Block
    # If there is no browser, go to www.servicemix.org.
    # Click on the Download link in the left pane.
    # From this page, click on link in the "Latest Releases" section.
    # 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.
    # From the Unix machine, change into the directory of your choice, and type {{wget}} followed by the shortcut:
    
    wget [shortcut_pasted_here]
    

...