Installation in Azure
- 1 Prerequisites
- 2 Steps to Install
- 2.1 STEP 1 LOGIN TO AZURE PORTAL https://portal.azure.com/#home and navigate to Virtual Machines
- 2.2 STEP 2 CREATE A VIRTUAL MACHINE
- 2.3 Please note that the VM should have a minimum of 16 GB RAM, 100GB Disk space, and 4 Core CPU.
- 2.4 STEP 4 Set up outbound and inbound rules as described below
- 2.5 STEP 5 Login to created SERVER using SSH
CyberCNS can be self-hosted into your Azure environment.
Prerequisites
Prerequisites:
System requirements: 16GB Memory, 100 GB as root Partition (The installation will fail without this configuration).
The whole process of installation takes up to 30-40 mins. Post completion of the process you will receive a mail on your registered email ID.
Steps to Install
STEP 1 LOGIN TO AZURE PORTAL https://portal.azure.com/#home and navigate to Virtual Machines
STEP 2 CREATE A VIRTUAL MACHINE
Enter virtual machine details here with Ubuntu Server 20.04 LTS
STEP 3 ADD DISKS
Please note that the VM should have a minimum of 16 GB RAM, 100GB Disk space, and 4 Core CPU.
STEP 4 Set up outbound and inbound rules as described below
Â
STEP 5 Login to created SERVER using SSH
Copy the file to the Ubuntu VM
run chmod +x installcybercns.sh
run ./installcybercns.sh
>> sudo su
>>apt install dos2unix
>>dos2unix installcybercns. sh
>>./installcybercns.sh
Â