mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
[enh] Update README & Version
This commit is contained in:
parent
3062932b86
commit
3fe155d085
4 changed files with 13 additions and 7 deletions
14
README.md
14
README.md
|
@ -1,5 +1,7 @@
|
||||||
# [EN] Grav for YunoHost
|
# [EN] Grav for YunoHost
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=dokuwiki)
|
||||||
|
|
||||||
* http://getgrav.org/
|
* http://getgrav.org/
|
||||||
* https://github.com/getgrav/grav
|
* https://github.com/getgrav/grav
|
||||||
|
|
||||||
|
@ -7,7 +9,7 @@
|
||||||
|
|
||||||
From YunoHost admin panel:
|
From YunoHost admin panel:
|
||||||
|
|
||||||
1. Enter repository url https://github.com/lithrel/grav_ynh
|
1. Enter repository url https://github.com/YunoHost-Apps/grav_ynh
|
||||||
2. Configure the app
|
2. Configure the app
|
||||||
3. Click install
|
3. Click install
|
||||||
4. Go to the url you configured
|
4. Go to the url you configured
|
||||||
|
@ -15,7 +17,7 @@ From YunoHost admin panel:
|
||||||
From command line:
|
From command line:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo yunohost app install -l grav https://github.com/lithrel/grav_ynh
|
sudo yunohost app install -l grav https://github.com/YunoHost-Apps/grav_ynh
|
||||||
```
|
```
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
@ -52,7 +54,7 @@ If `No`, on your first visit to your Grav instance Grav will propose you to crea
|
||||||
|
|
||||||
Depuis le panneau d'administration YunoHost:
|
Depuis le panneau d'administration YunoHost:
|
||||||
|
|
||||||
1. Entrez l'url du dépot https://github.com/lithrel/grav_ynh
|
1. Entrez l'url du dépot https://github.com/YunoHost-Apps/grav_ynh
|
||||||
2. Configurez l'application
|
2. Configurez l'application
|
||||||
3. Cliquez sur installer
|
3. Cliquez sur installer
|
||||||
4. Rendez-vous à l'url que vous avez configuré
|
4. Rendez-vous à l'url que vous avez configuré
|
||||||
|
@ -60,7 +62,7 @@ Depuis le panneau d'administration YunoHost:
|
||||||
Depuis la ligne de commande:
|
Depuis la ligne de commande:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo yunohost app install -l grav https://github.com/lithrel/grav_ynh
|
sudo yunohost app install -l grav https://github.com/YunoHost-Apps/grav_ynh
|
||||||
```
|
```
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
@ -90,6 +92,10 @@ Si `No`, à votre première visite de votre instance Grav, il vous sera proposé
|
||||||
|
|
||||||
## Versionning
|
## Versionning
|
||||||
|
|
||||||
|
### Version 1.3.1 (22/07/17)
|
||||||
|
|
||||||
|
- Update version
|
||||||
|
|
||||||
### Version 1.1.1 (13/03/17)
|
### Version 1.1.1 (13/03/17)
|
||||||
|
|
||||||
- Fix package_check [source](https://github.com/YunoHost/package_check)
|
- Fix package_check [source](https://github.com/YunoHost/package_check)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"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.2.4",
|
"version": "1.3.1",
|
||||||
"url": "https://www.getgrav.org/",
|
"url": "https://www.getgrav.org/",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
b3acbd48b54865db2e05e83df9592b09 grav-admin-v1.2.4.zip
|
1c325d225c33641262386b4688344344 grav-admin-v1.3.1.zip
|
|
@ -1 +1 @@
|
||||||
https://github.com/getgrav/grav/releases/download/1.2.4/grav-admin-v1.2.4.zip
|
https://github.com/getgrav/grav/releases/download/1.3.1/grav-admin-v1.3.1.zip
|
Loading…
Add table
Reference in a new issue