mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
919 B
919 B
- You can access the administration panel at
__DOMAIN____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:
cd __INSTALL_DIR__
sudo -u __APP__ php__PHPVERSION__ bin/grav ...
orsudo -u __APP__ php__PHPVERSION__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.