On 13/12/2019 00:38, Doc O'Leary wrote:
> For your reference, records indicate that
> Markus Robert Kessler <
dimk...@uni.de> wrote:
>
>> just wondering how some people here managed to install NextCloud -- in my
>> default repo set (for Raspbian 10 / buster) I cannot even find it.
>
Instructions to get proof of concept Owncloud running on port 8072
-----
curl -sSL
https://get.docker.com | sh
sudo usermod -aG docker pi
sudo systemctl reboot
docker run -d -p 8072:8080 owncloud/server
-----
or replace owncloud/server with nextcloud on port 8075
docker run -d -p 8075:8080 nextcloud
Takes about 10-15 minutes, tested on buster raspbian lite.
> Probably using the install procedure on the Nextcloud web site. I’m going
> to give it a go myself in the next couple of weeks. I, too, would prefer a
> packaged solution, but . . .
>
>> So I tried to install OwnCloud instead, but there are several packages
>> missing, too:
>
> The ownCloud packages that come with Raspbian have been horribly out of
> date for ages (I mean, PHP 5? Really?). I have no idea why they’re even
> still included with Buster.
>
Perhaps they now put all their effort in the docker image, which AIUI is
bang up to date. 10.3.2(stable) when I pulled it a couple of days ago.