1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00
fider_ynh/README.md

24 lines
758 B
Markdown
Raw Normal View History

2017-02-04 09:58:08 +01:00
# Example app for YunoHost
2017-02-04 09:58:08 +01:00
- [Yunohost project](https://yunohost.org)
- [Exemple app website](https://example.com)
2017-02-04 09:58:08 +01:00
Description of the app.
2014-10-20 18:55:53 +02:00
## Usage
- Fork this app before work on it.
- Edit the source files into `sources` subfolder.
2014-10-20 18:55:53 +02:00
- Edit `conf/nginx.conf` file to match application prerequisites.
2014-10-20 19:36:04 +02:00
- Edit manifest with application specific information.
2015-06-22 12:37:00 +02:00
- Edit the install, upgrade, remove, backup, restore scripts.
2017-02-04 09:58:08 +01:00
- Add a `LICENSE` file for the package.
- Edit this readme.
2014-10-20 19:36:04 +02:00
**More information on the documentation page:**
https://yunohost.org/packaging_apps
**Upgrade this package:**
2017-02-04 09:58:08 +01: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.