ynh-dev ou virtualbox

This commit is contained in:
Maniack Crudelis 2017-02-03 18:00:49 +01:00
parent 743bb1357f
commit c40a606333
2 changed files with 2 additions and 2 deletions

View file

@ -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](/packaging_apps_virtualbox_fr) to package and test the package.
* A testing [virtual machine or a distant server](/install_en), or a development environement, [ynh-dev](https://github.com/yunohost/ynh-dev) or [VirtualBox](/packaging_apps_virtualbox_fr), to package and test the package.
### Content
A YunoHost package is composed of:

View file

@ -6,7 +6,7 @@ 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 lapplication;
* Maîtriser un minimum `git`, le Shell et dautres notions de programmation;
* 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.
* Une [machine virtuelle ou sur un serveur distant](/install_fr) ou un environnement de développement, [ynh-dev](https://github.com/yunohost/ynh-dev) ou [VirtualBox](/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).