Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This instance will be facing the team members for any Roost activity.

5.1 Get Roost Installer

Replace Enterprise Server URL

Code Block
breakoutModewide
cd /var/tmp/Roost/
curl -L https://remote-roostprod.s3.us-west-1.amazonaws.com/RoostInstaller -o RoostInstaller
chmod +x RoostInstaller

# Replace roost.customer.io with 
/var/tmp/Roost/RoostInstaller -command setup -entServer "roost.customer.io" -desiredVersion v1.0.1

5.2 Create Roost Schema

Code Block

5.3 Install SSL Certs

Code Block
mkdir /var/tmp/Roost/certs;

cd /var/tmp/Roost/certs
# Copy your organisation SSL certs here 
# OR generate SSL certs

...