mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Improve Readme and Manifest
This commit is contained in:
parent
c67050c08e
commit
0614bb19c8
2 changed files with 44 additions and 14 deletions
35
README.md
35
README.md
|
@ -1,11 +1,15 @@
|
||||||
# [EN] Grav for YunoHost
|
[](https://ci-apps.yunohost.org/jenkins/job/grav%20%28Community%29/lastBuild/consoleFull)
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=grav)
|
[](https://install-app.yunohost.org/?app=grav)
|
||||||
|
|
||||||
|
Grav is a modern open source flat-file CMS.
|
||||||
|
|
||||||
|
> *This package allow you to install Grav quickly and simply on a YunoHost server.
|
||||||
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||||
|
|
||||||
* http://getgrav.org/
|
* http://getgrav.org/
|
||||||
* https://github.com/getgrav/grav
|
* https://github.com/getgrav/grav
|
||||||
|
|
||||||
Provided version: **1.3.1**
|
Provided version: **1.5.1**
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -15,14 +19,27 @@ Use either YunoHost's admin panel or command line:
|
||||||
sudo yunohost app install --url grav https://github.com/YunoHost-Apps/grav_ynh
|
sudo yunohost app install --url grav https://github.com/YunoHost-Apps/grav_ynh
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
```sh
|
||||||
|
sudo yunohost app upgrade --url https://github.com/YunoHost-Apps/grav_ynh kanboard
|
||||||
|
```
|
||||||
|
|
||||||
### Features
|
# State of this package
|
||||||
|
|
||||||
[ ] send email to admin
|
* works fine:
|
||||||
|
[x] install/remove/backup/remove/upgrade with x86_64
|
||||||
### Tests
|
|
||||||
|
|
||||||
|
* to be confirmed:
|
||||||
[ ] upgrade from old package to new package
|
[ ] upgrade from old package to new package
|
||||||
[ ] impact of upgrade on content
|
[ ] impact of upgrade on content
|
||||||
[ ] ARM
|
[ ] ARM
|
||||||
|
|
||||||
|
* to be added:
|
||||||
|
[ ] send email to admin
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
* Report a bug about this package: https://github.com/YunoHost-Apps/grav_ynh
|
||||||
|
* Report a bug about Grav itself: https://github.com/getgrav/grav/issues
|
||||||
|
* Documentation: https://learn.getgrav.org/
|
||||||
|
* Grav website: https://www.getgrav.org/
|
||||||
|
* YunoHost website: https://yunohost.org/
|
||||||
|
|
|
@ -6,13 +6,26 @@
|
||||||
"en": "Grav - Grav is a modern open source flat-file CMS",
|
"en": "Grav - Grav is a modern open source flat-file CMS",
|
||||||
"fr": "Grav - Grav is a modern open source flat-file CMS"
|
"fr": "Grav - Grav is a modern open source flat-file CMS"
|
||||||
},
|
},
|
||||||
"version": "1.5.1~ynh1",
|
"version": "1.5.1~ynh2",
|
||||||
"url": "https://www.getgrav.org/",
|
"url": "https://www.getgrav.org/",
|
||||||
"license": "MIT-0",
|
"license": "MIT-0",
|
||||||
"maintainer": {
|
"maintainer": [
|
||||||
"name": "cyp, lithrel, jibec",
|
{
|
||||||
"email": "cyp@rouquin.me, lithrel@randomdomainname.net, jean-baptiste@holcroft.fr"
|
"name": "jibec",
|
||||||
},
|
"email": "jean-baptiste@holcroft.fr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tituspijean",
|
||||||
|
"email": "tituspijean@outlook.com"
|
||||||
|
}],
|
||||||
|
"previous_maintainers": [
|
||||||
|
{
|
||||||
|
"name": "cyp",
|
||||||
|
"email": "cyp@rouquin.me"
|
||||||
|
},{
|
||||||
|
"name": "lithrel",
|
||||||
|
"email": "lithrel@randomdomainname.net"
|
||||||
|
}],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.1.0"
|
"yunohost": ">= 3.1.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue