Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 608 Bytes

VAGRANT.md

File metadata and controls

29 lines (21 loc) · 608 Bytes

Basic Vagrant support

This version only supports the MySQL PowerDNS backend at the moment.

Requirements:

Provisioned versions

A new VM will be provisioned with following items:

  • CentOS 8.x
  • MariaDB
  • PHP version 5.6
  • PowerDNS v4.5.x
  • bind-utils (host, dig, etc.)

Start the virtual machine

Enter the directory and type: vagrant up

Access to the environment

Via SSH: vagrant ssh

Via Web: http://poweradmin.local

Configure Poweradmin via: http://poweradmin.local/install/

Tested environments

Ubuntu 20.04.3 LTS (kvm provider)