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