4

Github GitHub - shiningw/pdns-symfony: A Symfony-based web management interface...

 3 years ago
source link: https://github.com/shiningw/pdns-symfony
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

this symfony bundle allows you to manage DNS zones and records through a web interface.If you have already installed and configured Powerdns properly, following the steps below will be all that is required

git clone https://github.com/shiningw/pdns-symfony

cd pdns-symfony && composer update

mkdir -p var/data
sudo chown www-data var/data
#by default, it uses sqlite. so please install php-sqlite
php bin/console doctrine:schema:update --force
php bin/console fos:user:create admin [email protected] YOURPASSWORD //this is the credentials to log in\
php bin/console fos:user:promote admin ROLE_ADMIN

sudo chown -R www-data:www-data var/
sudo chown -R www-data:www-data web/
sudo -u www-data php bin/console assetic:dump

demo: http://pdns.gizfun.com username:admin password:pdns12345678

successfully tested on Ubuntu 16.04 with apache2.4.18 and php7.3


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK