chibisafe_ynh/README.md

26 lines
753 B
Markdown
Raw Normal View History

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