mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Intégration packaging_apps_virtualbox
This commit is contained in:
parent
9bdd096cbb
commit
743bb1357f
4 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@ The purpose of this document is to teach you how to package an application for Y
|
|||
To package an application, here are the requirements:
|
||||
* An account on a git server (e.g. [GitHub](https://github.com/)) to publish the application;
|
||||
* Basic knowledge of `git`, bash shell and other programming stuff;
|
||||
* A testing [virtual machine or a distant server](/install_en), or a [development environement](https://github.com/yunohost/ynh-dev) to package and test the package.
|
||||
* A testing [virtual machine or a distant server](/install_en), or a [development environement](/packaging_apps_virtualbox_fr) to package and test the package.
|
||||
|
||||
### Content
|
||||
A YunoHost package is composed of:
|
||||
|
|
|
@ -6,7 +6,8 @@ Ce document a pour but de vous apprendre à packager une application pour YunoHo
|
|||
Pour packager une application, voici les prérequis :
|
||||
* Un compte sur un serveur git comme [GitHub](https://github.com/) pour pouvoir ensuite publier l’application ;
|
||||
* Maîtriser un minimum `git`, le Shell et d’autres notions de programmation ;
|
||||
* Une [machine virtuelle ou sur un serveur distant](/install_fr) ou un [environnement de développement](https://github.com/yunohost/ynh-dev) pour packager et tester son paquet.
|
||||
* Une [machine virtuelle ou sur un serveur distant](/install_fr) ou un [environnement de développement](/packaging_apps_virtualbox_fr) pour packager et tester son paquet.
|
||||
|
||||
|
||||
Si vous ne comprenez pas ces prérequis, ou si vous ne savez pas comment écrire du code, consulter d'abord l'[introduction au packaging](/packaging_apps_start_fr).
|
||||
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
* Developement
|
||||
* Applications
|
||||
* [Package new application](/packaging_apps)
|
||||
* [VirtualBox for apps' packaging](packaging_apps_virtualbox_fr)
|
||||
* [Manifest](packaging_apps_manifest_en)
|
||||
* [Scripts](packaging_apps_scripts_en)
|
||||
* [Arguments management](packaging_apps_arguments_management_en)
|
||||
|
|
|
@ -95,6 +95,7 @@
|
|||
* [Présentation du fonctionnement de YunoHost](/package_list_fr)
|
||||
* Applications :
|
||||
* [Packager des applications](/packaging_apps_fr)
|
||||
* [VirtualBox pour le packaging](packaging_apps_virtualbox_fr)
|
||||
* [Introduction](packaging_apps_start_fr.md)
|
||||
* [Manifeste](packaging_apps_manifest_fr)
|
||||
* [Scripts](packaging_apps_scripts_fr)
|
||||
|
|
Loading…
Reference in a new issue