garage_ynh/README.md

23 lines
729 B
Markdown
Raw Normal View History

2017-02-04 08:58:08 +00:00
# Example app for YunoHost
2017-02-04 08:58:08 +00:00
- [Yunohost project](https://yunohost.org)
- [Exemple app website](https://example.com)
2017-02-04 08:58:08 +00:00
Description of the app.
2014-10-20 16:55:53 +00:00
## Usage
- Copy this app before work on it.
2014-10-20 16:55:53 +00:00
- Edit `conf/nginx.conf` file to match application prerequisites.
2017-02-04 09:01:11 +00:00
- Edit `manifest.json` with application specific information.
- Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts.
2017-02-04 08:58:08 +00:00
- Add a `LICENSE` file for the package.
2017-02-04 09:01:11 +00:00
- Edit `README.md`.
2014-10-20 17:36:04 +00:00
**More information on the documentation page:**
https://yunohost.org/packaging_apps
**Upgrade this package:**
2017-02-04 08:58:08 +00:00
`sudo yunohost app upgrade --verbose example -u https://github.com/YunoHost-Apps/example_ynh`
**Multi-user:** Yes/No. How about the ldap and HTTP auth support.