Stage 4 - Upload and Extract Syndeia Cloud 3.5

Stage 4 - Upload and Extract Syndeia Cloud 3.5

Objective

To upload Syndeia Cloud (SC) 3.5 to the cloned SC 3.4 server and to extract it to make it available for the subsequent stages.


Prerequisites

  • Previous stage has been completed successfully.

  • Ensure you have the syndeia-cloud-3.5*.zip (or the latest service pack) downloaded from the download / license instructions sent out by our team.  


Steps

Follow the below steps to extract Syndeia Cloud.

  1. Upload syndeia-cloud-3.5*.zip (or latest service pack) to the server’s non-root user’s home directory (the setup scripts all make use of sudo so there is no need to run as root) or the home directory's Downloads folder.

  2. SSH to your designated Syndeia Cloud server as a non-root user.

  3. Run umask to ensure your user umask is set to 0002 and root's umask is set to 0022. If not, then run the following commands.

    umask 0002 su && umask 0022
  4. cd into the directory where you downloaded the Syndeia Cloud.ZIP.  

  5. In the download directory, unzip the main package.

    unzip syndeia-cloud-3.5.zip

    Note: the .ZIP will pre-create a separate folder for its contents when extracted so there is no need to pre-create a separate folder for it.


Verification

You should have syndeia-cloud-3.5*.zip uploaded to your cloned SC 3.4 server and extracted to your non-root user’s home directory.