Projet

Général

Profil

Actions

8 » Historique » Révision 3

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


h1. Drupal 8

h2. Installation

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é.

h3. 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

h3. 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 · 3 révisions