Keeweb mimetypes?

Hi there,
im trying to get keeweb running on my nextcloud.

Tried to follow the instructions on git but im facing a problem with the command i’m supposed to issue after creating the mimetype.json.

  1. Question: Is this the right folder to place this file ?

sudo -u www-data php occ files:scan --all

Im supposed to issue this but the output just tells me that the command php is unknown

I installed the SNAP Version of Nextcloud on an ubuntu server 18.04.2

THX from a scriptkiddie trying out linux

Awsome got it running today :slight_smile:

The sollution was to issue the command ike this:

sudo nextcloud.occ files:scan --all

I need to find an explanation for this command…