diff options
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r-- | install/INSTALL.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt index ee029f0ee..65efa9cfe 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -37,7 +37,7 @@ Decide if you will use SSL and obtain an SSL cert before software installation. 1. Requirements - - Apache with mod-rewrite enabled and "Options All" so you can use a + - Apache with mod-rewrite enabled and "AllowOverride All" so you can use a local .htaccess file - PHP 5.3+. The later the better. @@ -74,11 +74,13 @@ directory/path component in the URL) is REQUIRED. git pull - - make sure folder *view/tpl/smarty3* exists and is writable by webserver + - make sure folders *view/tpl/smarty3* and *store* exist and are writable by webserver mkdir view/tpl/smarty3 + mkdir store chmod 777 view/tpl/smarty3 + chmod 777 store [This permission (777) is very dangerous and if you have sufficient privilege and knowledge you should make this directory writeable only |