mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
commit
a99817122d
4 changed files with 19 additions and 13 deletions
14
README.md
14
README.md
|
@ -1,5 +1,7 @@
|
|||
# [EN] Grav for YunoHost
|
||||
|
||||
[](https://install-app.yunohost.org/?app=grav)
|
||||
|
||||
* http://getgrav.org/
|
||||
* https://github.com/getgrav/grav
|
||||
|
||||
|
@ -7,7 +9,7 @@
|
|||
|
||||
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
|
||||
3. Click install
|
||||
4. Go to the url you configured
|
||||
|
@ -15,7 +17,7 @@ From YunoHost admin panel:
|
|||
From command line:
|
||||
|
||||
```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:
|
||||
|
@ -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:
|
||||
|
||||
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
|
||||
3. Cliquez sur installer
|
||||
4. Rendez-vous à l'url que vous avez configuré
|
||||
|
@ -60,7 +62,7 @@ Depuis le panneau d'administration YunoHost:
|
|||
Depuis la ligne de commande:
|
||||
|
||||
```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:
|
||||
|
@ -90,6 +92,10 @@ Si `No`, à votre première visite de votre instance Grav, il vous sera proposé
|
|||
|
||||
## Versionning
|
||||
|
||||
### Version 1.3.1 (22/07/17)
|
||||
|
||||
- Update version
|
||||
|
||||
### Version 1.1.1 (13/03/17)
|
||||
|
||||
- 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",
|
||||
"fr": "Grav - Grav is a modern open source flat-file CMS"
|
||||
},
|
||||
"version": "1.1.1",
|
||||
"version": "1.3.1",
|
||||
"url": "https://www.getgrav.org/",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
|
@ -27,8 +27,8 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for SPIP",
|
||||
"fr": "Choisissez un nom de domaine pour SPIP"
|
||||
"en": "Choose a domain name for Grav",
|
||||
"fr": "Choisissez un nom de domaine pour Grav"
|
||||
},
|
||||
"example": "example.org"
|
||||
},
|
||||
|
@ -36,8 +36,8 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for SPIP",
|
||||
"fr": "Choisissez un chemin pour SPIP"
|
||||
"en": "Choose a path for Grav",
|
||||
"fr": "Choisissez un chemin pour Grav"
|
||||
},
|
||||
"example": "/grav",
|
||||
"default": "/grav"
|
||||
|
@ -46,7 +46,7 @@
|
|||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose the SPIP administrator (must be an existing YunoHost user)",
|
||||
"en": "Choose the Grav administrator (must be an existing YunoHost user)",
|
||||
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
||||
},
|
||||
"example": "johndoe"
|
||||
|
@ -54,7 +54,7 @@
|
|||
{
|
||||
"name": "is_public",
|
||||
"ask": {
|
||||
"en": "Is it a public SPIP site ?",
|
||||
"en": "Is it a public Grav site ?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
|
|
|
@ -1 +1 @@
|
|||
53d58424ca30fe73ded6ed1fa122dfee grav-admin-v1.2.0.zip
|
||||
1c325d225c33641262386b4688344344 grav-admin-v1.3.1.zip
|
|
@ -1 +1 @@
|
|||
https://github.com/getgrav/grav/releases/download/1.2.0/grav-admin-v1.2.0.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