Overview
This document is to help creating the VM in Digital Ocean.
Steps Of VM creation
Step 1. Login to the Digital Ocean Console.
Step 2. Click on Droplet, and click on Create Droplet.
Step 3. After that below page will be open
Step 4. Select Rocky Linux from Choose an Image section, that is marked in red rectangular box as Rocky Linux 8.6.
Step 5. Choose a plan, click here.
Step 6. Select 250 GB for CCE installation.
Step 7. Click on Add block Storage, and then click on add volume
After that click on 250 GB storage
Step 8. Choose configuration options as Automatically format & Mount
Step 9. Choose datacentre region from here (if residing in India can choose that also)
Step 10. Click on Authentication>>Password>>create root password (and choose a root password and remember it)
Step 11. Type any name for Choose a hostname, add tag and select any project, below example is given for reference
Step 12. Lastly click on create project.
Step 13. Now, after creating a project click on Droplets from left tab, then similar interface will open, and after some time
Step 14. On the right top corner a message Droplet has been created will populate through this way we can verify that the VM is crated.
Step 15. For further verification, open Command prompt and type the command ssh root@<sever IP>.
and run the command sudo apt update.
Step 16. Now login on VM using putty as root user
Seceon Server Setup:
Once VM is created - login as root
Case 1: Do not have internet connection then click on this link https://seceon.atlassian.net/wiki/spaces/SPP/pages/2820866049/Rocky+Linux+-+APE+and+CCE+installation+using+Dropbox#Seceon-Server-Setup-using-Dropbox:
Case 2: Internet connection is available on server then run below command:
#curl https://si.seceon.com:8444/repos/env/seceon-env-setup.txt --output ./seceon-env-setup.sh -k && bash ./seceon-env-setup.sh
Above command will reboot the VM.
Login as user/password - seceon/seceon using Putty.
Now download CCE package and install using below documents