martes, febrero 08, 2011

Drupal 7.

Tomado de: Actualizar a PHP 5.2 en Centos 5.5

Requerimientos para Instalar Drupal 7

Install Remi Repository


1. Download the latest Remi repository
wget http://rpms.famillecollet.com/el5.i386/remi-release-5-8.el5.remi.noarch.rpm
wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
 
2. Run the rpm install command
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm

Configure Remi Repository

1. Open the Remi repository file
/etc/yum.repos.d/remi.repo
2. Enable the Remi Repository
Change enabled=0 to enabled=1
3. Set priority for the Remi Repository
Add priority=3 to the end of the [remi] section

No hay comentarios: