Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.74 KB

README.md

File metadata and controls

71 lines (43 loc) · 1.74 KB

dnsshop

DNS Shop v2.2.7

Installation Instructions

Note: Change the default folder location and file paths before you begin further editing.

  1. git clone https://github.com/tools4isp/dnsshop.git

  2. mv dnsshop/* <location where you want the files>

  3. cd <location where you moved the files>

MySQL Setup

  • Login to MYSQL --> mysql -u root -p and import the database schemas

OR

Import DNS Shop database and PowerDNS schemas to MySQL

  • mysql -u <dnsshop mysql user> -p <dnsshop mysql database> < dnsshop.sql

  • mysql -u <powerdns mysql user> -p <powerdns mysql database> < powerdns.sql

The schema(s) includes changes based on the default PowerDNS scheme with DNSsec support.

Note: Do not forget to create user for the same.

  1. cp config.new.php config.php

  2. Update settings in config.php, look for:

  1. $lang_dir,
  2. $layout_dir,
  3. $template_dir,
  1. For $config. In $config you need to set:
  1. "central" database to "<dnsshop mysql database>"
  2. "dns" database to "<powerdns database>"

Default Login Details

Username: admin
Password: dnsshop

Commercial support

Commercial support is available via [email protected]

Non-commercial/free support

Free support is available on irc.
Server: irc.ircunited.com
Channel: #tools4isp

New version

We are working on a new version. Issues, bug reports and feature requests are welcome so we can fix them in the new version before releasing the new version. The new version will include good documentation.

Thanks,
The Management
DNS Shop