-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathINSTALL
More file actions
14 lines (13 loc) · 671 Bytes
/
INSTALL
File metadata and controls
14 lines (13 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pre-Requirements:
- Running and installed pdns server which uses mysql as a backend
- php support on the webserver (php > 5.2.x should work)
- mysql module for php
- gettext module in php (debian / ubuntu has gettext enabled by default)
Step by Step:
1. Import the install.sql file into your existant pdns database
2. Upload everything from the web folder to a folder on your server
which is accesible via your webbrowser
3. open configs/db.php and insert your pdns db information
4. make sure the folder tmp/templates_c is writable for the www-data/webserver user
5. goto the url where you uploaded everything and login with admin : admin
6. CHANGE YOUR PASSWORD!!!