mirror of
https://github.com/YunoHost-Apps/pico_ynh.git
synced 2024-09-03 19:56:41 +02:00
commit
263bbbb2aa
4 changed files with 3 additions and 6 deletions
|
@ -19,7 +19,6 @@ Pico is a stupidly simple, blazing fast, flat file CMS. That’s definitely a mo
|
|||
|
||||
**Shipped version:** 3.0.0~ynh1
|
||||
|
||||
**Demo:** https://demo.example.com
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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. That’s 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. There’s 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
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue