mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh] Remove Wheezy mention as it will be droped with YunoHost 2.4.
This commit is contained in:
parent
3fb06d5b81
commit
1b07ad7e93
6 changed files with 8 additions and 8 deletions
|
@ -89,7 +89,7 @@ This page lists few installation guides.
|
|||
|
||||
<h1 style="font-weight: 100">On Debian</h1>
|
||||
|
||||
If you have already installed **Debian 7** (Wheezy) or **8** (Jessie) on a server, you are able to **[install YunoHost via script](/install_on_debian)**.
|
||||
If you have already installed **Debian 8** (Jessie) on a server, you are able to **[install YunoHost via script](/install_on_debian)**.
|
||||
|
||||
<a href="/install_on_debian"><img width=100 src="https://yunohost.org/images/debian-logo.png"></a>
|
||||
|
||||
|
|
|
@ -93,6 +93,6 @@ Cette page liste plusieurs types d’installations, classés par catégories.
|
|||
|
||||
<h1 style="font-weight: 100">Sur Debian</h1>
|
||||
|
||||
Si vous disposez déjà d’un serveur ou d’un ordinateur sous **Debian 7** (Wheezy) ou **8** (Jessie), suivez l’**[installation par script](/install_on_debian_fr)**.
|
||||
Si vous disposez déjà d’un serveur ou d’un ordinateur sous **Debian 8** (Jessie), suivez l’**[installation par script](/install_on_debian_fr)**.
|
||||
|
||||
<a href="/install_on_debian_fr"><img width=100 src="https://yunohost.org/images/debian-logo.png"></a>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
An ARM box, a VPS, a dedicated server, a standard x86 computer, an old Macintosh, ...
|
||||
|
||||
* with **Debian 8** (Jessie) or **7** (Wheezy) installed
|
||||
* with **Debian 8** (Jessie) installed
|
||||
* connected to the Internet
|
||||
* with a **root access** directly or via SSH
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Sur une plateforme ARM, un VPS, un serveur dédié, un ordinateur x86 standard, un vieux Macintosh, ...
|
||||
|
||||
* avec **Debian 8** (Jessie) ou **7** (Wheezy) d’installé
|
||||
* avec **Debian 8** (Jessie) d’installé
|
||||
* connecté à Internet avec un câble RJ-45
|
||||
* avec un **accès root** directement ou par SSH
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@ You will find points to verify quality of your scripts:
|
|||
* install script should use command line method instead of curl call through web install form;
|
||||
* install script should save install answers;
|
||||
* application sources should be checked with a control sum (sha256, sha1 or md5) or a PGP signature;
|
||||
* scripts had been tested on Debian Wheezy and Jessie as well as 32 bits, 64 bits and ARM architectures;
|
||||
* scripts had been tested on Debian Jessie as well as 32 bits, 64 bits and ARM architectures;
|
||||
* backup and restore scripts are present and functional.
|
||||
|
||||
### Publish and ask for testing your application
|
||||
|
@ -142,4 +142,4 @@ You will find points to verify quality of your scripts:
|
|||
* Ask to add your application in the [app repository](https://github.com/YunoHost/apps) to be displayed in the [non-official apps list](https://yunohost.org/#/apps_in_progress_en). Precise his progress state: `notworking`, `inprogress`, or `working`.
|
||||
|
||||
### Officalization of an application
|
||||
To become an official application, it must be enough tested, stable and should works on 64 bits, 32 bits et ARM processors architectures and on Debian Wheezy and Jessie. If you think thoses conditions are gather, ask for [official integration](https://github.com/YunoHost/apps) of your application.
|
||||
To become an official application, it must be enough tested, stable and should works on 64 bits, 32 bits et ARM processors architectures and on Debian Jessie. If you think thoses conditions are gather, ask for [official integration](https://github.com/YunoHost/apps) of your application.
|
||||
|
|
|
@ -134,7 +134,7 @@ Vous trouverez ci-dessous une liste des point à vérifier concernant la qualit
|
|||
* Votre script d’installation utilise une méthode d’installation en ligne de commande plutôt qu’un appel curl via un formulaire web d’installation ;
|
||||
* Votre script d’installation enregistre les réponses de l’utilisateur ;
|
||||
* Vous avez vérifié les sources de l’application avec une somme de contrôle (sha256, sha1 ou md5) ou une signature PGP ;
|
||||
* Vos scripts ont été testé sur Debian Wheezy et Jessie ainsi que sur les architectures 32 bits, 64 bits et ARM ;
|
||||
* Vos scripts ont été testé sur Debian Jessie ainsi que sur les architectures 32 bits, 64 bits et ARM ;
|
||||
* Les scripts backup et restore sont présents et fonctionnels.
|
||||
|
||||
### Publiez et demandez des tests de votre application
|
||||
|
@ -143,4 +143,4 @@ Vous trouverez ci-dessous une liste des point à vérifier concernant la qualit
|
|||
* Faire une demande d’ajout de votre application dans le [dépôt des applications](https://github.com/YunoHost/apps) afin qu’elle soit affichée dans [la liste des apps non officielles](https://yunohost.org/#/apps_in_progress_en). Préciser également son état d’avancement : `notworking`, `inprogress` ou `working`
|
||||
|
||||
### Officialisation d’une application
|
||||
Pour qu’une application devienne officielle, elle doit être suffisamment testée, stable et fonctionner sous les architectures 64 bits, 32 bits et ARM sur Debian Wheezy et Jessie. Si ces conditions vous paraissent réunies, demandez l’[intégration officielle](https://github.com/YunoHost/apps) de votre application.
|
||||
Pour qu’une application devienne officielle, elle doit être suffisamment testée, stable et fonctionner sous les architectures 64 bits, 32 bits et ARM sur Debian Jessie. Si ces conditions vous paraissent réunies, demandez l’[intégration officielle](https://github.com/YunoHost/apps) de votre application.
|
||||
|
|
Loading…
Reference in a new issue