Skip to main content

VKDR Installation

In this section, you will learn how to install and initialize VKDR, an essential tool for managing and deploying the necessary infrastructure for DevPortal. You can choose between an automatic or manual installation.

Prerequisites

Before you begin, ensure the following prerequisites are met:

  • Docker installed on your machine.
  • Git installed on your machine.

Step 1: Install VKDR

  1. Open the terminal.
  2. Run the installation script
curl -s https://get-vkdr.vee.codes | bash

Step 2: Initialize VKDR

  1. Start VKDR before using it:
vkdr init
  1. Upgrade VKDR if necessary:
vkdr upgrade vkdr init

Manual Installation (Alternative)

If you prefer, you can install VKDR manually:

  1. Download the latest version from the **releases page.**
  2. Add the executable to your PATH (suggested: /usr/local/bin/).

If everything is set, proceed to the next step: Infrastructure Configuration.