Install 10.3.2 on raspbian buster

Hello, i try to install OC 10.3.2. on a raspberry with a fresh rapsbian buster.
Is there any installation guide available?

Beause i found nothing better i tried this:
https://doc.owncloud.org/server/10.3/admin_manual/installation/ubuntu_18_04.html

Doing the first steps …

apt install software-properties-common &&
add-apt-repository ppa:ondrej/php &&
apt update &&
apt upgrade -y

it failed with errors explaning, that no templates for raspbian buster are available.

Thank for your help.
best regards,
Wolfgang

Hi there,

Have you tried omitting the line with add-apt?

1 Like

Raspbian is more Debian than Ubuntu. The instructions are for Ubuntu, you’ll have to adjust Ubuntu specific commands to Debian.

In this case, I think raspbian will install PHP 7.3, which is the recommended PHP version for ownCloud by default anyway. So you don’t need to add an additional repository to install an alternate PHP version on your operating system and you should be able to omit these commands.

1 Like

Hello, i tried without this part and it worked.
At the moment i went till adding the trusted domain.
I added my local PC ip adress. Sadly the owncloud only start with the trusted_domain issue.

best regards,
thanks for your answer-
Wolfgang

Hello, thanks for your answer. I tried without the repository and it worked.
regards
Wolfgang

1 Like