From 2ae209f53bced7d0b0ceda77454d0f15ca9b3eb5 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 9 Apr 2021 12:41:06 +0200 Subject: [PATCH] README update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d806f..1ab5c04 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,14 @@ I actually don't know what i want to implement here. There are quite to many CMS 1. `docker-compose up` 2. Open the webapp in your browser and follow the installation guide +### Afterwards + For any changes made in [/adminPanel](/adminPanel) or [/fileControlPanel](/fileControlPanel), run: 1. once: `npm i` 2. build: `npm run build` The compiled dist files will be automatically moved to `/js`. -To fulfill the requirements of data deletion for GDPR, add the following line to your `/etc/crontab` +To fulfill the requirements of data deletion for **GDPR**, add the following line to your `/etc/crontab` or any other cron file: ``` @daily www-data /usr/bin/sh -c 'cd /var/www/html && /usr/bin/php cli.php db clean'