Difference between revisions of "OwnCloud"

From berki WIKI
Jump to: navigation, search
(Created page with " =PHP update= wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm rpm -Uvh remi-rele...")
 
(PHP update)
Line 1: Line 1:
  
=PHP update=
+
=PHP 5.6=
 
+
<pre>
 
wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
 
wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
 
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
 
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
 
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
 
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
 +
</pre>
  
 
+
<pre>
 
[remi]
 
[remi]
 
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
 
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
Line 14: Line 15:
 
gpgcheck=1
 
gpgcheck=1
 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
 +
</pre>
  
 +
<pre>
 
[remi-php56]
 
[remi-php56]
 
name=Les RPM de remi de PHP 5.6 pour Enterprise Linux 6 - $basearch
 
name=Les RPM de remi de PHP 5.6 pour Enterprise Linux 6 - $basearch
Line 23: Line 26:
 
gpgcheck=1
 
gpgcheck=1
 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
 +
</pre>
  
 +
<pre>
 
yum update php*
 
yum update php*
  
 +
</pre>
 
php -v
 
php -v
 +
 +
 +
 +
=Apache 2.4=
 +
 +
$ yum --enablerepo=extras install  centos-release-scl
 +
$ yum install  httpd24  rh-php56  rh-php56-php

Revision as of 22:24, 10 October 2016

PHP 5.6

wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[remi-php56]
name=Les RPM de remi de PHP 5.6 pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/php56/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/php56/mirror
# WARNING: If you enable this repository, you must also enable "remi"
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
yum update php*

php -v


Apache 2.4

$ yum --enablerepo=extras install centos-release-scl $ yum install httpd24 rh-php56 rh-php56-php