Nextcloud: Difference between revisions

From DaqWiki
Jump to navigation Jump to search
m (New page: = owncloud = == Links == * http://cernbox.web.cern.ch/ * https://cernbox.cern.ch/cernbox/doc/index.html * https://download.owncloud.org/download/repositories/stable/owncloud/ == Install...)
 
Line 8: Line 8:


== Installation ==
== Installation ==
On el6, update php from 5.3 to 5.6:


<pre>
<pre>
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum remove php-common
yum install "php56w*" --exclude "php56w-conflicting" --exclude php56w-mysqlnd
</pre>
<pre>
</pre>
</pre>

Revision as of 17:48, 26 December 2015

owncloud

Links

Installation

On el6, update php from 5.3 to 5.6:

rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum remove php-common
yum install "php56w*" --exclude "php56w-conflicting" --exclude php56w-mysqlnd