Simple Hosting

[Gandi] [Simple Hosting] [SSL] Installation de ‘Let’s encrypt’ sur une instance Simple Hosting

Installation de ‘Let’s encrypt’ sur une instance Simple Hosting. /!\ Didacticiel obsolète /!\ /!\ Nouveau didacticiel : http://rockstarninja.tech/gandi-sh-installation-de-lets-encrypt/ /!\ Distribution de travail : Ubuntu 14.04 64 bits LTS (HVM) I) Pré-requis. 1/ Création d’une instance Simple Hosting de taille M : https://www.gandi.net/hebergement/simple?language=php&db=mysql&grid=A 2/ Ajout du site internet/hôte virtuel correspondant au nom de domaine : https://wiki.gandi.net/fr/simple/shs-dns_config/instance […]

[Gandi] [Simple Hosting] Ghost installation

[Gandi] [Simple Hosting] Ghost installation. 1) Create a working directory: ➜ ~ mkdir GHOST ➜ ~ cd GHOST ➜ GHOST 2) Download and unzip the Ghost archive: ➜ GHOST wget https://ghost.org/zip/ghost-0.8.0.zip ➜ GHOST unzip ghost-0.8.0.zip ➜ GHOST rm ghost-0.8.0.zip 3) Create the user and its database via PhpMyAdmin. CREATE DATABASE ghost; CREATE USER ghost@localhost IDENTIFIED […]

[Gandi][Simple Hosting] Installation de Django 1.8

[Gandi][Simple Hosting] Installation de Django 1.8 Python 2.7.6 1) Répertoire de travail : [~] ➔ mkdir -p PYTHON/DJANGO/vhost/ [~] ➔ cd PYTHON/DJANGO/vhost/ [~/PYTHON/DJANGO/vhost] ➔ 2) Clonage d’un exemple basique d’une application Django : [~/PYTHON/DJANGO/vhost] ➔ git clone https://github.com/jpetazzo/django-on-gpaas.git default Clonage dans ‘default’… remote: Counting objects: 47, done. remote: Compressing objects: 100% (30/30), done. remote: Total […]