Instalar OwnCloud Debian 7


1. Instalar PHP 5.6
Aunque se instala por defecto PHP 5.1 el sistema pide PHP 5,6 pero instalaresmos PHP 7.0
Eliminamos PHP actual
dpkg --list | grep php | awk '/^ii/{ print $2}'

x="$(dpkg --list | grep php | awk '/^ii/{ print $2}')"
apt-get --purge remove $x

apt-get install git
cd /tmp
git clone https://github.com/kasparsd/php-7-debian.git
cd php-7-debian/
./build.sh

./install.sh

2. Instalamos OwnCloud
wget -nv https://download.owncloud.org/download/repositories/production/Debian_7.0/Release.key -O Release.key
apt-key add - < Release.key

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



Fuente:

https://xn--linuxenespaol-skb.com/tutoriales/pasar-de-php-5-6-a-php7-en-debian-7-y-8/
https://download.owncloud.org/download/repositories/stable/owncloud/index.html

No hay comentarios:

Publicar un comentario