mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
Permission instruction for logging
This commit is contained in:
parent
63e3bf0e27
commit
e532c07513
|
|
@ -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.
|
||||
Re-installing the application this way requires you to drop and re-create the database.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user