Commit 3a641e0fa9856b34d3fdeb1919a1f415fa6c8259

Authored by Péter Szládovics
1 parent 60e02e7f

Update INSTALL.md

Showing 1 changed file with 1 additions and 5 deletions
INSTALL.md
... ... @@ -12,17 +12,13 @@
12 12 * dnssec-tools (optional for securing dns zones)
13 13 * acl (optional for securing dns zones)
14 14 * SQL server (tested on MySQL)
15   -
16 15 ## Installation
17   -
18 16 ### Bind
19 17 Set up your bind, and configure it to access other masters and enable zone
20 18 transfer for its slaves.
21   -
22 19 ### SMBind-ng PHP code
23 20 Unpack contents to somewhere on your server (eg. /var/www/html/smbind-ng) and
24 21 setup your virtual server to access by default the index.php.
25   -
26 22 ### Configuration directories and files
27 23 1. Create a subdirectory with full permission to user of your webserver for keeping
28 24 your zones. You need to make it readable for bind.
... ... @@ -49,7 +45,6 @@ created user.
49 45 See configuration parameters below
50 46 ### DNSSEC related options
51 47 #### Bind options
52   -
53 48 #### Roller daemon
54 49 Create a directory for keeping file of roller daemon, and add write permissions
55 50 for the webserver user group. eg.
... ... @@ -57,4 +52,4 @@ for the webserver user group. eg.
57 52 setfacl -m 'www-data:rwx' /etc/rollrecdir
58 53 Set up this directory for roller daemon to use this directory for rolling zones
59 54 eg. in this /etc/default/rollerd file use similar option:
60 55 - DAEMON_OPTS="-rrfile /etc/smbind/rollrec/zones.rollrec"
  56 + DAEMON_OPTS="-rrfile /etc/smbind/rollrec/zones.rollrec"
61 57 \ No newline at end of file
... ...