Installation

Installation

Service Installation

At the beginning, it is required to install the service at https://github.com/dbvisor-pro/servicearrow-up-right.

It can be done easily by executing install.sh a script.

Then you must create an account.

Server Side Configuration

Preparing environment

Ensure that all the necessary software is installed before proceeding with the installation.

Requirements:

  • Docker

  • curl

  • lsof

  1. To install Docker, refer to the official documentation: Docker Installation Guidearrow-up-right.

  2. For curl and lsof installation, execute the following commands based on your operating system:

    ## For Debian
    sudo apt update && sudo apt install curl lsof zip
    
    ## For Alpine
    sudo apk add curl lsof zip
  3. The next step involves installing the VeilDB Agent. Execute the following command:

    ## For alpine
    curl https://veildb.com/download/veildb-agent-install | sh
    
    ## For debian
    curl https://veildb.com/download/veildb-agent-install | bash
    source ~/.bashrc
circle-exclamation

Configurations

  1. Add new server:

  2. Enter your email, password, and workspace code.

  3. Enter server name

After you add a new server, you can set up a new Database. Go to Database Management to get more information on how to add and manage your databases.

  1. Also, you can configure access to

Client side

You can download the latest version of the client from one of the links below:

Last updated