...
You can copy config.json from the “Setting up Organisation Roost Control-plane”
Command to start the Roost Proxy container
Code Block |
---|
cd /var/tmp/Roost curl -L https://remote-roostprod.s3.us-west-1.amazonaws.com/roost-enterprise.sh -o roost-enterprise.sh chmod +x roost-enterprise.sh; |
Command to start the Roost Proxy container
Code Block |
---|
# scp the config.json from controlplane instance
./roost-enterprise.sh -i console-proxy -c config.json |
...