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