Getting Started

System Requirements:

  1. 2 CPU

  2. 2.4 GB RAM

  3. 200 GB SSD - Ubuntu 20.04.

Create the user for IDEP in the Linux Machine:

sudo adduser [user]
#enter twice your password and complete it.
#allow the sudo acess for the user.
sudo usermod -aG sudo [user] 

Login to the user & cotinue the process:

su - [user]
enter the password or it wil directy enter in the user that depends upon the vps you are using

Download the required dependencies

sudo apt-get update && sudo apt-get upgrade -y 
sudo apt-get install tar curl ufw jq make clang pkg-config libssl-dev build-essential git jq expect -y

Last updated