This package allows you to install Grav quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Grav is a modern open source flat-file CMS.
Shipped version: 1.7.41.1~ynh1
Demo: https://getgrav.org/downloads/themes
- 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:- To make users administrators, give them the
grav.admin
permission. - To allow users to log in, without extended rights, give them the
grav.user
permission.
- To make users administrators, give them the
- Grav offers an SSH or SFTP access, which can be enabled in its YunoHost admin configuration panel.
- You can thus use its GPM command line binary.
Refer to is documentation, but bear in mind you need to call it by specifying the PHP version used by the app:
php7.3 bin/grav ...
orphp7.3 bin/gpm ...
- You can thus use its GPM command line binary.
Refer to is documentation, but bear in mind you need to call it by specifying the PHP version used by the app:
- You can install plugins through the admin panel, or through the GPM.
- If installing Grav at the root of a domain, bear in mind that paths starting by
/yunohost
are reserved.
- Official app website: https://www.getgrav.org/
- Official admin documentation: https://learn.getgrav.org
- Upstream app code repository: https://github.com/getgrav/grav
- YunoHost documentation for this app: https://yunohost.org/app_grav
- Report a bug: https://github.com/YunoHost-Apps/grav_ynh/issues
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
More info regarding app packaging: https://yunohost.org/packaging_apps