added invoice voter (#316)

This commit is contained in:
Kevin Papst
2018-09-22 22:38:51 +02:00
committed by GitHub
parent 53f82a808b
commit 71aa899f77
8 changed files with 299 additions and 30 deletions

View File

@@ -57,8 +57,9 @@ cd kimai2/
Make sure the [file permissions are correct](https://symfony.com/doc/current/setup/file_permissions.html) and create your `.env` file:
```bash
chown -R www-data var/
chmod -R 777 var/
chown -R :www-data .
chmod -R g+r .
chmod -R g+rw var/
cp .env.dist .env
```