diff --git a/packaging_apps.md b/packaging_apps.md index 733513b2..eacac746 100644 --- a/packaging_apps.md +++ b/packaging_apps.md @@ -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: diff --git a/packaging_apps_fr.md b/packaging_apps_fr.md index b907e517..36ec2dd4 100644 --- a/packaging_apps_fr.md +++ b/packaging_apps_fr.md @@ -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). diff --git a/sitemap.md b/sitemap.md index 0d022d59..ceb5ea17 100644 --- a/sitemap.md +++ b/sitemap.md @@ -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) diff --git a/sitemap_fr.md b/sitemap_fr.md index 6e4b195d..670278c9 100644 --- a/sitemap_fr.md +++ b/sitemap_fr.md @@ -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)