...
Start Roost Control Plane Server
Code Block /var/tmp/Roost/bin/roost-enterprise.sh -c /var/tmp/Roost/config.json -i roost
Verifying the Roost.ai components
Connect to the <dns-name>/login using a browser
Use the 3rd party auth to connect to the control-plane
Verify that 4 docker processes are running
Code Block sudo docker ps
You can connect to your MySQL container OR RDS as
Code Block sudo docker exec -it roost_roostai_mysql_db_1 /bin/sh # mysql -u Roost -h 127.0.0.1 -p <password prompt> OR mysql -u Roost -h <RDS> -p
Next Steps:
Go to the Roost Enterprise URL in a browser and click on Admin Settings and
Enable cloud vendor of choice and provide default settings
Add the Roost EAAS Server EC2 details in the “Configure EAAS Server”
Enable JumpHost and refresh the page
Go to JumpHost settings and add the Roost EAAS Server EC2 details as 'default' jumpHost
...