8 » Historique » Révision 4
Révision 3 (Patrice Nadeau, 2016-01-10 12:32) → Révision 4/59 (Patrice Nadeau, 2016-01-11 07:31)
h1. Drupal 8 > openSUSE Leap 42.1 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 <pre><code class="bash"> zypper install php5-opcache </code></pre> Ajouter dans le fichier _/etc/php/apache2/php.ini_ <pre><code class="php"> extension=opcache.so </code></pre> Relire la configuration Apache <pre><code class="bash"> systemctl reload apache2.service </code></pre> h3. Drupal 8 h4. Sur le serveur <pre><code class="bash"> # 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 </code></pre> > BUG Renommer le fichier _.htaccess_ h4. A partrir d'un navigateur internet