Closed lightlike closed 3 years ago
This took me a pretty long time to figure out (but that might be me). Wanted to help others who might have a similar problems.
If you want to keep this in line with the rest of the documentation you might want to add php7 before the command as that should also work on docker.
Maybe:
sudo -u www-data php7 /var/www/nextcloud/occ talk:command:add vote Poll 'php7 /var/www/nextcloud/occ talk:poll:vote {ROOM} {USER} {ARGUMENTS}' 2 3
without the 7, but yeah let me change that
Or you want to adjust your PR?
Tested on my server and those commands work nicely. (with changed paths of course)
I hopefully comitted everything ok. Never really edited a pull request.
Hmm all of Nextclouds documentation is ubuntu/apache based. Any specific reason why we should diverge here?