Projet

Général

Profil

Actions

8 » Historique » Révision 2

« Précédent | Révision 2/59 (diff) | Suivant »
Patrice Nadeau, 2016-01-10 12:30


h1. Drupal 8

h3. Mise a niveau

Instructions sur un « upgrade » de la version 7 à la version 8 (en test).

https://www.drupal.org/upgrade/migrate

Une nouvelle installation de Drupal 8 doit être faite et ensuite une migration vers le nouveau site seras effectué.

h4. PHP OPcache

Module facultatif

Installation


zypper install php5-opcache

Ajouter dans le fichier /etc/php/apache2/php.ini


extension=opcache.so

Relire la configuration Apache


systemctl reload apache2.service

h4. Drupal 8


# Téléchargement
cd /srv/www/htdocs
wget http://ftp.drupal.org/files/projects/drupal-8.0.2.tar.gz
tar -xvf drupal-8.0.2.tar.gz
mv drupal-8.0.2 drupal2
# changement de la securite
chown wwwrun:www -R drupal2

Mis à jour par Patrice Nadeau il y a presque 9 ans · 2 révisions