commit
775854f7aa
2 changed files with 9 additions and 9 deletions
12
README.md
12
README.md
|
@ -1,10 +1,10 @@
|
||||||
# YunoHost Application example #
|
# YunoHost example app #
|
||||||
|
|
||||||
## Documentation ##
|
|
||||||
https://yunohost.org/packaging_apps_en
|
|
||||||
|
|
||||||
## Usage ##
|
## Usage ##
|
||||||
- Add application source files into `sources` subfolder.
|
- Add application source files into `sources` subfolder.
|
||||||
- Edit `conf/nginx.conf` file to match application prerequisites.
|
- Edit `conf/nginx.conf` file to match application prerequisites.
|
||||||
- Edit install/upgrade/remove scripts.
|
- Edit manifest with application specific information.
|
||||||
- Edit manifest with application specific information.
|
- Edit the install/upgrade/remove scripts.
|
||||||
|
|
||||||
|
**More information on the documentation page:**
|
||||||
|
https://yunohost.org/packaging_apps
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "YunoHost application example",
|
"name": "YunoHost example app",
|
||||||
"id": "ynhexample",
|
"id": "ynhexample",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Example package for Yunohost applications."
|
"en": "Example package for Yunohost applications."
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for ynhexample"
|
"en": "Choose a path for ynhexample"
|
||||||
},
|
},
|
||||||
"example": "/dokuwiki",
|
"example": "/example",
|
||||||
"default": "/dokuwiki"
|
"default": "/example"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
|
|
Loading…
Reference in a new issue