Actions
  8 » Historique » Révision 7
      « Précédent |
    Révision 7/59
      (diff)
      | Suivant »
    
    Patrice Nadeau, 2016-01-11 19:50 
    
    
h1. Drupal 8
openSUSE Leap 42.1
h2. Pre-requis
h3. MySQL/MariaDB
h3. Apache
/etc/apache2/vhosts.d/vhost.conf
#    Servername www.toto.com
    DocumentRoot /srv/www/htdocs/drupal2
    ServerAdmin toto@toto.com
    
        Options Indexes ExecCGI FollowSymLinks
        AllowOverride All
        Require all granted
    
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
h4. Sur le serveur
# 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
h4. A partrir d'un navigateur internet
Mis à jour par Patrice Nadeau il y a presque 10 ans · 7 révisions