From 771b1558b729bcb06b106d8ad5702920f4b557f3 Mon Sep 17 00:00:00 2001 From: Theenoro Date: Sat, 17 Aug 2019 16:01:48 +0200 Subject: [PATCH] fixed class name value --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c999f1e..0dc702f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Random user Online preview: http://theenoro.the-co.de/random-user/ - - ## Download ### Build yourself NodeJS: https://nodejs.org/en/ @@ -38,6 +36,7 @@ Just use a simple webserver, if you want to use the rescan.php then you need php ``` ### Create new Classes / Usergroups w/ rescan.php -1. create in `public/data/class` a new folder for a new group of users -2. run in the public folder `php ./rescan.php`, it will generate the `classes.json` and all `user.json` files for you. Or get on your website https://yourdoma.in/rescan.php +1. (for the web rescan)go to public/ and run `chown -R www-data:www-data class` that the user www-data owns the folder and can write files. +2. create in `public/data/class` a new folder for a new group of users +3. run in the public folder `php ./rescan.php`, it will generate the `classes.json` and all `user.json` files for you. Or get on your website https://yourdoma.in/rescan.php