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

...