Projet

Général

Profil

8 » Historique » Version 4

Patrice Nadeau, 2016-01-11 07:31

1 1 Patrice Nadeau
h1. Drupal 8
2 2 Patrice Nadeau
3 4 Patrice Nadeau
> openSUSE Leap 42.1
4
5 3 Patrice Nadeau
h2. Installation
6 2 Patrice Nadeau
7
https://www.drupal.org/upgrade/migrate
8 1 Patrice Nadeau
9 2 Patrice Nadeau
Une nouvelle installation de Drupal 8 doit être faite et ensuite une migration vers le nouveau site seras effectué.
10
11 3 Patrice Nadeau
h3. PHP OPcache
12 2 Patrice Nadeau
13
>Module facultatif
14
15
Installation
16
<pre><code class="bash">
17
zypper install php5-opcache
18
</code></pre>
19
20
Ajouter dans le fichier _/etc/php/apache2/php.ini_
21
<pre><code class="php">
22
extension=opcache.so
23
</code></pre>
24
25
Relire la configuration Apache
26 1 Patrice Nadeau
<pre><code class="bash">
27 2 Patrice Nadeau
systemctl reload apache2.service
28
</code></pre>
29
30 3 Patrice Nadeau
h3. Drupal 8
31 2 Patrice Nadeau
32 4 Patrice Nadeau
h4. Sur le serveur
33
34 2 Patrice Nadeau
<pre><code class="bash">
35
# Téléchargement
36
cd /srv/www/htdocs
37
wget http://ftp.drupal.org/files/projects/drupal-8.0.2.tar.gz
38
tar -xvf drupal-8.0.2.tar.gz
39
mv drupal-8.0.2 drupal2
40
# changement de la securite
41
chown wwwrun:www -R drupal2
42
</code></pre>
43 4 Patrice Nadeau
44
> BUG
45
Renommer le fichier _.htaccess_
46
47
h4. A partrir d'un navigateur internet