Error while installing Kiosk Plugin
Solved
Kimai
-
From the plugins readme:
### Create database Running the following command will install the Kiosk bundle: bin/console kimai:bundle:kiosk:install
Because the Cloudron app terminal executes as root, we use:
sudo -u www-data bin/console kimai:bundle:kiosk:install
just to hit an error because of read only FS:
Fortunately the plugin seems to work but I'm still a bit concerned. Are my concerns justified or do you think it's okay?
-
-