Note: Change the default folder location and file paths before you begin further editing.
-
git clone https://github.com/tools4isp/dnsshop.git
-
mv dnsshop/* <location where you want the files>
-
cd <location where you moved the files>
- Login to MYSQL -->
mysql -u root -p
and import the database schemas
-
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.
-
cp config.new.php config.php
-
Update settings in config.php, look for:
- $lang_dir,
- $layout_dir,
- $template_dir,
- For $config. In $config you need to set:
- "central" database to "<dnsshop mysql database>"
- "dns" database to "<powerdns database>"
Username: admin
Password: dnsshop
Commercial support is available via [email protected]
Free support is available on irc.
Server: irc.ircunited.com
Channel: #tools4isp
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