diff --git a/doc/DISCLAIMER.md b/doc/ADMIN.md similarity index 66% rename from doc/DISCLAIMER.md rename to doc/ADMIN.md index 6369cf6..af9fb1c 100644 --- a/doc/DISCLAIMER.md +++ b/doc/ADMIN.md @@ -1,9 +1,10 @@ -* 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: +* 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. * 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 ...` or `php7.3 bin/gpm ...` + 1. `cd __INSTALL_DIR__` + 2. `sudo -u __APP__ php__PHPVERSION__ bin/grav ...` or `sudo -u __APP__ php__PHPVERSION__bin/gpm ...` * 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. diff --git a/doc/DISCLAIMER_fr.md b/doc/ADMIN_fr.md similarity index 59% rename from doc/DISCLAIMER_fr.md rename to doc/ADMIN_fr.md index e21bd6b..b41bbf6 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/ADMIN_fr.md @@ -1,9 +1,10 @@ -* Vous pouvez accéder au panneau d'adminstration à l'adresse `votredomaine.tld/votrechemin/admin`. Les utilisateurs créés dans YunoHost peuvent se connecter, à condition de leur avoir octroyé la permission adéquate: +* Vous pouvez accéder au panneau d'adminstration à l'adresse `__DOMAIN____PATH__/admin`. Les utilisateurs créés dans YunoHost peuvent se connecter, à condition de leur avoir octroyé la permission adéquate: * `grav.admin` pour qu'ils soient administrateur de Grav ; * `grav.user` pour qu'ils puissent se connecter, mais sans droit étendu. * Grav offre un accès par SSH ou SFTP, activable dans le panneau de configuration de l'application dans l'administration de YunoHost. * Vous pouvez ainsi utiliser sa ligne de commande GPM. Référez-vous à sa documentation, mais sachez que vous devrez préciser la version de PHP utilisée par l'app: - `php7.3 bin/grav ...` ou `php7.3 bin/gpm ...` + 1. `cd __INSTALL_DIR__` + 2. `sudo -u __APP__ php__PHPVERSION__ bin/grav ...` ou `sudo -u __APP__ php__PHPVERSION__ bin/gpm ...` * Vous pouvez installer les extensions soit via le panneau d'administration, soit via GPM. -* Si vous installez Grav à la racin d'un domaine, sachez que les chemins d'accès commançant par `/yunohost` sont réservés. +* Si vous installez Grav à la racine d'un domaine, sachez que les chemins d'accès commançant par `/yunohost` sont réservés. diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..9b84539 --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +1,3 @@ +Grav has been successfully installed! + +You can enable or disable its SFTP access, or tweak its PHP-FPM resources profile within its configuration panel in the webadmin. diff --git a/manifest.toml b/manifest.toml index ac889b8..2eebbcf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,8 +22,8 @@ fund = "https://opencollective.com/grav" yunohost = ">= 11.1" architectures = "all" multi_instance = true -ldap = "true" -sso = "false" +ldap = true +sso = false disk = "50M" ram.build = "50M" ram.runtime = "50M"