1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pico_ynh.git synced 2024-09-03 19:56:41 +02:00

Merge pull request #2 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-08-26 23:11:27 +02:00 committed by GitHub
commit 263bbbb2aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 6 deletions

View file

@ -19,7 +19,6 @@ Pico is a stupidly simple, blazing fast, flat file CMS. Thats definitely a mo
**Shipped version:** 3.0.0~ynh1
**Demo:** https://demo.example.com
## Screenshots

View file

@ -17,9 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Pico is a stupidly simple, blazing fast, flat file CMS. Thats definitely a mouthful, what does it even mean? In the most basic sense, it means that there is no administration backend or database to deal with. You simply create markdown files in the content folder and those files become your pages. Theres much more to Pico than that though.
**Version incluse :** 3.0.0~ynh1
**Version incluse :** 3.0.0~ynh1
**Démo :** https://demo.example.com
## Captures d'écran

View file

@ -11,7 +11,6 @@
"upstream": {
"license": "MIT",
"website": "https://picocms.org/",
"demo": "https://demo.example.com",
"admindoc": "https://picocms.org/docs/",
"code": "https://github.com/picocms/Pico"
},
@ -21,7 +20,7 @@
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [

View file

@ -60,7 +60,7 @@ then
ynh_secure_remove --file="$final_path/vendor"
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.yml"
ynh_setup_source --dest_dir="$final_path" --keep="config/config.yml"
fi
chmod 750 "$final_path"