Projet

Général

Profil

8 » Historique » Révision 5

Révision 4 (Patrice Nadeau, 2016-01-11 07:31) → Révision 5/59 (Patrice Nadeau, 2016-01-11 19:34)

h1. Drupal 8 

 > openSUSE Leap 42.1 

 _/etc/apache2/vhosts.d/vhost.conf_ 
 <pre><code class="bash"> 
 <VirtualHost *:80> 
 #      Servername www.toto.com 
     DocumentRoot /srv/www/htdocs/drupal2 
     ServerAdmin toto@toto.com 
     <Directory "/srv/www/htdocs/drupal2"> 
         Options Indexes ExecCGI FollowSymLinks 
         AllowOverride All 
         Require all granted 
     </Directory> 
 </VirtualHost> 

 </code></pre> 

 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