Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Info

CyberCNS can be self-hosted into your Azure environment.

Prerequisites

  • Prerequisites:

🔸 System requirements: 16GB Memory, 30 GB OS Partition and 100GB Data Partition. 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

Status
colourGreen
titleSTEP 1
LOGIN TO AZURE PORTAL https://portal.azure.com/#home and navigate to
Status
colourBlue
titleVirtual Machines

...

Info

Enter virtual machine details here with Ubuntu Server 20.04 LTS

...

Status
colourGreen
titleSTEP 3
ADD DISKS

Please note that the VM should have a minimum of 16 GB RAM, 100GB Disk space, and 4
Cores
Core CPU.

...

Status
colourGreen
titleSTEP 4
Set up outbound and inbound rules as described

...

below

...

Status
colourGreen
titleSTEP 5
Login to created SERVER using SSH

...

  • Please perform the following steps on a sudo login to initialize the data disk and make it available for the installation

run lsblk -o NAME,HCTL,SIZE,MOUNTPOINT | grep -i "sd" and see the disks created these should have names like

  • /dev/sda and /dev/sdb.

  • Locate the data disk name. It will be used in the 2nd command. Run the following

...

  • Now execute the script

    ...

    Run df -h to verify if the mount was successful

    mkdir -p /opt/Database/elasticsearch
    ln -s /opt/Database/elasticsearch /var/lib/elasticsearch

    1. Copy the file to the Ubuntu VM

    2. run chmod +x installcybercns.sh

    3. run ./installcybercns.sh

    Info

    Note: In case the installation script installcybercns.sh is downloaded on the windows system and copied to ubuntu the Ubuntu VM please run the below commands prior to running the script on the server.

    ...