Nextcloud won't install Collabora Online - Built-in CODE Server

Discussion of applications not mentioned above.
Locked
User avatar
slyfox
Posts: 16
Joined: 18 Feb 2023, 21:48

Nextcloud won't install Collabora Online - Built-in CODE Server

Post by slyfox »

The app page say "The download is rather big so it is possible you experience a time-out when using the web interface. You can use the OCC command line tool to install the built-in server"
I tried:
sudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode
but says:
sudo: unknown user: wwwrun
sudo: unable to initialize policy plugin
and
sudo -u [USERNAME] php -d memory_limit=512M ./occ app:install richdocumentscode
but says:
Could not open input file: ./occ
The app page also say "Of course, alternatively you could increase memory usage and PHP time-outs by default"
So how would I do that?
Locked