diff --git a/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md b/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md index d2911d1d..6164468a 100644 --- a/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md +++ b/pages/02.administer/60.extend/05.install_unpackaged_app/install_unpackaged_app.md @@ -19,11 +19,4 @@ To expose the app on the web through nginx and be able to manage access permissi !!! You should use the proxy mode of the redirect app and not HTTP redirections mode. -If you know a bit YunoHost, you can use the [yunohost helpers](/helpers) to do your install to be close to the way YunoHost install its packaged apps. To use those helpers, you have to initialize first your CLI by this way: - -``` -source /usr/share/yunohost/helpers -app=YOURAPPNAME -``` - You probably should create custom backup and restore hooks to integrate your app to your YunoHost backup/restore process. See [Backup and restore hooks]()