diff --git a/installation.md b/installation.md index 28eeb8b..59d8ad1 100644 --- a/installation.md +++ b/installation.md @@ -2,6 +2,12 @@ Installing the application as a developer can be achived by following one of the following instructions +## General + +After installation following one of the instructions make sure you set the appropriate permissions for files and directories: + +* 0700 Log + ## Linux Shell Script This is the prefered way to install the application since this also installs all required dev tools and sets up the direcetory structure by itself. Using this method also tears down previous installs for a fresh install perfect for re-installing from the current development version. Furthermore the use of phpUnit also makes sure that the application is working as intended. The phpUnit install also provides lots of dummy data for better integration and functionality testing of your own code/modules. @@ -45,4 +51,4 @@ This only installs an application without any dev tools that may be required by ### Annotation -Re-installing the application this way requires you to drop and re-create the database. \ No newline at end of file +Re-installing the application this way requires you to drop and re-create the database.