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

...

  1. 
    # Click on the Download link in the left pane.

...

  1. 
    # From this page, click on link in the "Latest Releases" section.

...

  1. 
    # Scroll down to select the version to download. For a binary distribution the filename will be similar to: {{servicemix-x.x.x.zip}}.
    

...

  1. Code Block
    
    # If there is no browser, go to www.servicemix.org

...

  1. 
    # Click on the Download link in the left pane.

...

  1. 
    # From this page, click on link in the "Latest Releases" section.

...

  1. 
    # 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.

...

  1. 
    # From the Unix machine, change into the directory of your choice, and type {{wget}} followed by the shortcut:

...

  1. 
    
    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.

...