nickv-nextcloud / talk_simple_poll

A simple chat based poll for Nextcloud Talk
GNU Affero General Public License v3.0
12 stars 3 forks source link

Add linuxserver.io docker installation commands to documentation #24

Closed lightlike closed 3 years ago

nickvergessen commented 3 years ago

Hmm all of Nextclouds documentation is ubuntu/apache based. Any specific reason why we should diverge here?

lightlike commented 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
nickvergessen commented 3 years ago

without the 7, but yeah let me change that

nickvergessen commented 3 years ago

Or you want to adjust your PR?

lightlike commented 3 years ago

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.