Hello there This is your first time to login from this IP. Have fun with Enterprise Q&A
0 投票
分类:Other related | 用户:

https://download.owncloud.org/download/repositories/stable/owncloud/

Debian_8.0 owncloud-9.1.6-1.1

You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). Run the following shell commands as root to trust the repository:

wget -nv https://download.owncloud.org/download/repositories/stable/Debian_8.0/Release.key -O Release.key
apt-key add - < Release.key

Run the following shell commands as root to add the repository and install from there.

sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/Debian_8.0/ /' > /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud

Direct Download

Debian_8.0 owncloud-files-9.1.6-1.1

You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). Run the following shell commands as root to trust the repository:

wget -nv https://download.owncloud.org/download/repositories/stable/Debian_8.0/Release.key -O Release.key
apt-key add - < Release.key

Run the following shell commands as root to add the repository and install from there.

sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/Debian_8.0/ /' > /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud-files

Direct Download

Debian_7.0 owncloud-9.1.6-1.1

You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). Run the following shell commands as root to trust the repository:

wget -nv https://download.owncloud.org/download/repositories/stable/Debian_7.0/Release.key -O Release.key
apt-key add - < Release.key

Run the following shell commands as root to add the repository and install from there.

sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/Debian_7.0/ /' > /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud

Direct Download

Debian_7.0 owncloud-files-9.1.6-1.1

You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). Run the following shell commands as root to trust the repository:

wget -nv https://download.owncloud.org/download/repositories/stable/Debian_7.0/Release.key -O Release.key
apt-key add - < Release.key

Run the following shell commands as root to add the repository and install from there.

sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/Debian_7.0/ /' > /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud-files

Direct Download

1个回答

0 投票
用户:
安装编辑器和ntfs文件格式支持插件

apt-get install vim ntfs-3g   

sudo groupadd www-data

修改组权限

sudo usermod -a -G www-data www-data

添加用户文件夹权限

sudo chown -R www-data:www-data /media/owncloud/

sudo chmod -R 755 /media/owncloud

root@pi2:/media# id -g www-data
33
root@pi2:/media# id -u www-data
33
root@pi2:/media# ls -l /dev/disk/by-uuid

添加/etc/fstab 自启动

UUID=9A4CC55A4CC531B5 /media/owncloud auto nofail,uid=33,gid=33,umask=0027,dmask=0027,noatime 0 0
Welcome to Memo QA
欢迎来到Memo快速问答

分类

...