1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00
Grav, a flat-file CMS packaged for YunoHost
Find a file
2021-01-19 22:25:52 +01:00
conf Upgrade to 1.7.0 2021-01-19 22:25:52 +01:00
scripts fix the ci/upgrade script 2021-01-06 19:20:19 +01:00
check_process Upgrade to v1.6.26, YNH v3.7 permissions system, PHP version handling, fix CI badge (#39) 2020-07-10 19:22:37 +02:00
issue_template.md [enh] adding issue and PR templates 2020-10-10 16:28:29 +02:00
LICENSE Update package for Yunohost 2.4.0 2017-03-02 15:44:54 +01:00
manifest.json Upgrade to 1.7.0 2021-01-19 22:25:52 +01:00
pull_request_template.md [enh] adding issue and PR templates 2020-10-10 16:28:29 +02:00
README.md Upgrade to 1.7.0 2021-01-19 22:25:52 +01:00

Grav for YunoHost

Integration level
Install Grav with YunoHost

This package allows you to install Grav quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Grav is a modern open source flat-file CMS.

Provided version: 1.7.0

Screenshots

Documentation

Limitations

  • If installing Grav at the root of a domain, bear in mind that paths starting by /yunohost are reserved.

Installation

Use either YunoHost's admin panel or command line:

sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh

For upgrading (replace grav by the actual instance ID if more instances are installed):

sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh

Administration and plugin installation

  • You can access the administration panel at yourdomain.tld/path/admin. Users created within YunoHost can log in, provided their were given the appropriate permissions (see next section).
  • Grav provides a command line interface. Refer to its documentation, but you will need to specifically call for the PHP version currently used for the app:
    • Go to your app's directory: cd /var/www/grav (or grav__2, etc. if you have multiple ones)
    • php7.3 bin/grav ... or php7.3 bin/gpm ...
  • You can install plugins through the admin panel, or through the GPM.

Permissions

To make users administrators, give them the grav.admin permission. To allow users to log in, give them the grav.user permission.

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

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