Version Differences for Installation

Line 1:
    + = Installing a uDeploy Server =  
    + The following is a basic walkthrough of a typical installation of the uDeploy server.  
       
    + === Downloading ===  
       
       
    + # Navigate to [https://support.urbancode.com/tasks/login/LoginTasks/login Supportal] and log in.  
    + # Click on Products>uDeploy>Latest Version (preferably)>Server Installer.  
    + # Save it to a remembered location.  
    + # Extract the downloaded uDeploy .zip file into a remembered location.  
       
       
    + === Windows Installation ===  
       
    + # Create a directory for the uDeploy server. It's a good idea to copy this directory path for later use.  
    + # In a command prompt, navigate to the folder that was created when you extracted the .zip file.  
    + # Locate the install-server.bat and execute it.  
    + # You will be prompted for the following:  
       
    + :* The directory where the uDeploy Server will be installed.  
    + ::This is the directory you created for your server. Input (or paste) the directory.  
    + :* The home directory of the JRE/JDK used to run the server.  
    + ::Where you have the JRE/JVM installed. The default location is C:\Program Files\Java\"your JDK version"  
    + :* The IP address on which the Web UI should listen.  
    + ::This is the IP address(es) that you can connect to the UI at. The default is all the IPs assigned and available on the host machine.  
    + :* If you want the Web UI to always use secure connections using SSL?  
    + ::This option will determine if you will have to use SSL to connect to the server UI. Keep in mind that you will need a certificate signed by a Certificate Authority that your choice browser will accept or you will receive a warning that the certificate isn't trusted. Microsoft Internet Explorer will prompt this warning every time you connect to the UI. Most other browsers will only prompt the first time, but will display a portion of the URL in red text to remind you that it doesn't trust the certificate. The default answer to this installation prompt is yes.  
    + :* The port on which the Web UI should listen for HTTP/S requests.  
    + :: This is the port that will be used for web connections. Ensure that the port that you are assigning is not in use by another application. The default port for HTTP is 8080, and HTTPS is 8443.  
    + :* The URL for external access to the web UI.