bdbe0ac79e
- update yunohost package version dependency - use variable for $nginx_conf - rename $final_path to $src_path variable for data path - other small fixes
11 lines
400 B
Markdown
11 lines
400 B
Markdown
# YunoHost example app
|
|
|
|
## Usage
|
|
- Add application source files into `sources` subfolder.
|
|
- Edit `conf/nginx.conf` file to match application prerequisites.
|
|
- Edit manifest with application specific information.
|
|
- Edit the install, upgrade, remove, backup, restore scripts.
|
|
- Add a LICENSE file for the package.
|
|
|
|
**More information on the documentation page:**
|
|
https://yunohost.org/packaging_apps
|