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.
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 ofsudoso there is no need to run as root) or the home directory's Downloads folder.SSH to your designated Syndeia Cloud server as a non-root user.
Run
umaskto ensure your userumaskis set to0002and root'sumaskis set to0022. If not, then run the following commands.umask 0002 su && umask 0022cdinto the directory where you downloaded the Syndeia Cloud.ZIP.In the download directory, unzip the main package.
unzip syndeia-cloud-3.5.zipNote: 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.