README: Add file permission instructions

This commit is contained in:
Starbeamrainbowlabs 2019-02-23 20:27:05 +00:00
parent ef55b58ab1
commit 415126000b
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 2 deletions

View File

@ -64,8 +64,10 @@ This will take longer, as it causes the build system to additionally minify the
### Configuration
#### Web server
Configure your php-enabled web server to:
- Serve the root directory of this repository in PHP
- Block access to the `data` directory (created on first page load)
- ...serve the root directory of this repository in PHP
- ...block access to the `data` directory (created on first page load)
- ...be able to write to the repository root (technically only the `data` directory requires write access)
- Example: `sudo chown -R www-data:www-data path/to/repository_root`
#### Application
Some configuration must be done before the application is ready for use.