[Simple Hosting] Installation de Drupal 8.2.4

[Simple Hosting] Installation de Drupal 8.2.4
Drupal : Version 8.2.4
Type d’instance Simple Hosting : PHP 5.6 / MySQL 5.6 (Percona) (recommandé)
1/ Répertoire de travail :

➜  ~ mkdir DRUPAL
➜  ~ cd DRUPAL

2/ Téléchargement de l’archive Drupal :

➜  DRUPAL wget http://ftp.drupal.org/files/projects/drupal-8.2.4.tar.gz

3/ Décompression de l’archive :

➜  DRUPAL tar xvfz drupal-8.2.4.tar.gz
➜  DRUPAL rm drupal-8.2.4.tar.gz

4/ Renommage du répertoire ‘drupal’ :

➜  DRUPAL mv drupal-8.2.4 htdocs

5/ Installation via git :
– Initialisation du dépôt git :

➜  DRUPAL git init .

– Ajout des fichiers du site :

➜  DRUPAL git:(master) ✗ git add -A

– Commit :

➜  DRUPAL git:(master) git commit -m "Version 0.0.1"

– Ajout de la branche distante :

➜  DRUPAL git:(master) git remote add origin git+ssh://8265888@git.dc0.gpaas.net/47de294014.url-de-test.ws.git

– Pousser les modifications vers le gitweb :

➜  DRUPAL git:(master) git push origin master

– Déploiement du site Drupal :

➜  DRUPAL git:(master) ssh  8265888@git.dc0.gpaas.net 'deploy 47de294014.url-de-test.ws.git


6/ Commencer l’installation via l’adresse internet :
http://47de294014.url-de-test.ws/
7/ Capture d’écran :

Comments are closed, but trackbacks and pingbacks are open.