Extracting the Server Installation Package

  1. Go to the /di/platform/downloads directory by entering the following command:

    cd /di/platform/downloads

  2. Confirm that the diver-platform-server-<version number>-linux64.zip file is in this directory by entering the following command:

    ls

  3. Copy the file to the /di/platform directory by entering the following command:

    sudo cp diver-platform-server-<version number>-linux64.zip /di/platform

  4. Navigate to the /di/platform directory by entering the following command:

    cd ..

  5. Confirm that the file is in this directory by entering the following command:

    ls

  6. Unzip the diver-platform-server-<version number>-linux64.zip file by entering the following command:

    sudo unzip diver-platform-server-<version number>-linux64.zip

  7. After the processes finishes, list the files in the directory by entering the following command:

    ls

    Verify that the following files display:

    • di-diveline.tar.gz
    • web-tools.zip
  8. Extract the di-diveline.tar.gz file by entering the following command:

    sudo tar -xvf di-diveline.tar.gz

  9. Verify that the files are extracted by entering the following command:

    ls

    The following new directories now display:

    • diveline
    • executables