1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00
grav_ynh/README.md

51 lines
1.8 KiB
Markdown
Raw Normal View History

2021-05-20 00:23:21 +02:00
<!--
2024-04-07 19:26:42 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-05-20 00:23:21 +02:00
It shall NOT be edited by hand.
-->
# Grav for YunoHost
2018-10-28 13:09:56 +01:00
2023-02-23 07:10:15 +01:00
[![Integration level](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Working status](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
2021-06-29 23:12:29 +02:00
[![Install Grav with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
2017-07-22 23:25:31 +02:00
2024-04-07 19:26:42 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2024-04-07 19:26:42 +02:00
> *This package allows you to install Grav quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2018-09-12 21:39:34 +02:00
2021-05-20 00:23:21 +02:00
## Overview
2022-10-06 00:02:35 +02:00
Grav is a modern open source flat-file CMS.
2024-04-07 19:26:42 +02:00
2024-05-16 03:36:37 +02:00
**Shipped version:** 1.7.46~ynh1
2020-11-03 22:35:43 +01:00
2024-03-19 02:36:51 +01:00
**Demo:** <https://getgrav.org/downloads/themes>
2018-09-12 21:39:34 +02:00
2021-05-20 00:23:21 +02:00
## Screenshots
2022-06-15 08:09:56 +02:00
![Screenshot of Grav](./doc/screenshots/grav.jpg)
2015-11-11 18:23:02 +01:00
2021-05-20 00:23:21 +02:00
## Documentation and resources
2024-03-19 02:36:51 +01:00
- Official app website: <https://www.getgrav.org/>
- Official admin documentation: <https://learn.getgrav.org>
- Upstream app code repository: <https://github.com/getgrav/grav>
- YunoHost Store: <https://apps.yunohost.org/app/grav>
- Report a bug: <https://github.com/YunoHost-Apps/grav_ynh/issues>
## Developer info
2024-04-07 19:26:42 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/grav_ynh/tree/testing).
2024-04-07 19:26:42 +02:00
To try the `testing` branch, please proceed like that:
2022-06-15 08:09:56 +02:00
2024-03-19 02:36:51 +01:00
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug
or
sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug
```
2021-05-20 00:23:21 +02:00
2022-06-15 08:09:56 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>