Commit 3404559088ad76cc86dd6d76f4d3c30d3dfa2916
1 parent
88a25e08
Update INSTALL.md
Showing
1 changed file
with
6 additions
and
1 deletions
INSTALL.md
| ... | ... | @@ -23,7 +23,12 @@ transfer for its slaves. |
| 23 | 23 | |
| 24 | 24 | ### SMBind-ng PHP code |
| 25 | 25 | Unpack contents to somewhere on your server (eg. /var/www/html/smbind-ng) and |
| 26 | -setup your virtual server to access by default the index.php. | |
| 26 | +setup your virtual server to access by default the *index.php*. | |
| 27 | + | |
| 28 | +Create the following directories beside the *index.php* and make it writable by | |
| 29 | +current webserver user: | |
| 30 | + *tmp* | |
| 31 | + *templates_c* | |
| 27 | 32 | |
| 28 | 33 | ### Configuration directories and files |
| 29 | 34 | 1. Create a subdirectory with full permission to user of your webserver for | ... | ... |