# h1 Heading 8-)
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # SPDX-FileCopyrightText: 2017-2024 SanderTheDragon <sanderthedragon@zoho.com> | |
| # | |
| # SPDX-License-Identifier: MIT | |
| arch=$(dpkg --print-architecture) | |
| echo "Detected architecture: $arch" | |
| case "$arch" in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # @author Zeus Intuivo <zeus AT intuivo DOT com> | |
| # | |
| # enlightenment_nineteen_16_xenial.sh | |
| # This script allows you to install/update Enlightenment 19 git version on | |
| # Ubuntu 16.04 LTS Xenial , | |
| # or remove E19 git from your system. | |
| # Originally from: http://ubuntuforums.org/showthread.php?t=2203190 | |
| # By: Philippe J. Guillaumie (batden AT sfr DOT fr). | |
| # Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com). |
La méthode présentée ici permet d'installer un site Django sur un hébergement mutualisé OVH.
Lisez d'abord le fichier README puis copiez les fichiers .htaccess et django.cgi vers votre
hébergement, ainsi que le code source de Django et le code source de votre site web.