From b1f5a412bac8307816c1469193e89e9e854eaa08 Mon Sep 17 00:00:00 2001 From: Aris Date: Fri, 13 Jan 2023 06:12:00 +0100 Subject: [PATCH 1/6] Create yunohost_fr.md --- doc/yunohost_fr.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/yunohost_fr.md diff --git a/doc/yunohost_fr.md b/doc/yunohost_fr.md new file mode 100644 index 0000000..10196cf --- /dev/null +++ b/doc/yunohost_fr.md @@ -0,0 +1,18 @@ +# Akkoma et Yunohost + +Quelques informations, à toutes fins utiles, sur les différences entre une installation directe d’Akkoma (depuis les _releases_) et l’installation avec le package d’application de Yunohost. + +| | Package officiel | Avec Yunohost | +| --------------------------- | -------------------------- | --------------------------------------- | +| Répertoire d’installation | `/opt/akkoma` | `/var/www/akkoma/live/` | +| Répertoire statique | `/var/lib/akkoma/static` | `/etc/akkoma/config.exs` | +| Fichier de configuration | `/etc/akkoma/config.exs` | `/etc/akkoma/config.exs` | +| Ligne de commandes | `/bin/pleroma_ctl` | `/var/www/akkoma/live/bin/pleroma_ctl` | + +## A noter + +- L’installation d’Akkoma avec Yunohost est une installation dite OTP (et non MIX, c’est à dire à partir des sources). Information à mémoriser, dans la mesure où les commandes d’administration ne sont pas les mêmes dans l’un ou l’autre cas. + +- Akkoma est un _fork_ (divergence) de Pleroma, la commande d’administration est donc bien `pleroma_ctl` (ce n’est pas une faute de saisie). + +- Les commandes d’administration doivent être _impérativement_ préfixées avec `sudo` sinon cela fonctionne pas, l’utilisateur Akkoma n’ayant pas directement accès au shell. From c7bd1f64b28a955db10c3f28b1fdfcdea2894c70 Mon Sep 17 00:00:00 2001 From: Aris Date: Fri, 13 Jan 2023 06:12:43 +0100 Subject: [PATCH 2/6] Create yunohost.md (dummy french content) --- doc/yunohost.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/yunohost.md diff --git a/doc/yunohost.md b/doc/yunohost.md new file mode 100644 index 0000000..10196cf --- /dev/null +++ b/doc/yunohost.md @@ -0,0 +1,18 @@ +# Akkoma et Yunohost + +Quelques informations, à toutes fins utiles, sur les différences entre une installation directe d’Akkoma (depuis les _releases_) et l’installation avec le package d’application de Yunohost. + +| | Package officiel | Avec Yunohost | +| --------------------------- | -------------------------- | --------------------------------------- | +| Répertoire d’installation | `/opt/akkoma` | `/var/www/akkoma/live/` | +| Répertoire statique | `/var/lib/akkoma/static` | `/etc/akkoma/config.exs` | +| Fichier de configuration | `/etc/akkoma/config.exs` | `/etc/akkoma/config.exs` | +| Ligne de commandes | `/bin/pleroma_ctl` | `/var/www/akkoma/live/bin/pleroma_ctl` | + +## A noter + +- L’installation d’Akkoma avec Yunohost est une installation dite OTP (et non MIX, c’est à dire à partir des sources). Information à mémoriser, dans la mesure où les commandes d’administration ne sont pas les mêmes dans l’un ou l’autre cas. + +- Akkoma est un _fork_ (divergence) de Pleroma, la commande d’administration est donc bien `pleroma_ctl` (ce n’est pas une faute de saisie). + +- Les commandes d’administration doivent être _impérativement_ préfixées avec `sudo` sinon cela fonctionne pas, l’utilisateur Akkoma n’ayant pas directement accès au shell. From be2c9d059fa1087baa8f0f7f5b08ffcc5b8842ff Mon Sep 17 00:00:00 2001 From: Aris Date: Fri, 13 Jan 2023 06:17:31 +0100 Subject: [PATCH 3/6] Something that sounds like English --- doc/yunohost.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/yunohost.md b/doc/yunohost.md index 10196cf..c002745 100644 --- a/doc/yunohost.md +++ b/doc/yunohost.md @@ -1,18 +1,18 @@ -# Akkoma et Yunohost +# Akkoma and Yunohost -Quelques informations, à toutes fins utiles, sur les différences entre une installation directe d’Akkoma (depuis les _releases_) et l’installation avec le package d’application de Yunohost. +Some information, for all intents and purposes, on the differences between a direct installation of Akkoma (from the _releases_) and installation with the Yunohost application package. -| | Package officiel | Avec Yunohost | +| | Official Package | With Yunohost | | --------------------------- | -------------------------- | --------------------------------------- | -| Répertoire d’installation | `/opt/akkoma` | `/var/www/akkoma/live/` | -| Répertoire statique | `/var/lib/akkoma/static` | `/etc/akkoma/config.exs` | -| Fichier de configuration | `/etc/akkoma/config.exs` | `/etc/akkoma/config.exs` | -| Ligne de commandes | `/bin/pleroma_ctl` | `/var/www/akkoma/live/bin/pleroma_ctl` | +| Install directory | `/opt/akkoma` | `/var/www/akkoma/live/` | +| RStatic directory | `/var/lib/akkoma/static` | `/etc/akkoma/config.exs` | +| Configuration file | `/etc/akkoma/config.exs` | `/etc/akkoma/config.exs` | +| Command line path | `/bin/pleroma_ctl` | `/var/www/akkoma/live/bin/pleroma_ctl` | -## A noter +## Things to remember -- L’installation d’Akkoma avec Yunohost est une installation dite OTP (et non MIX, c’est à dire à partir des sources). Information à mémoriser, dans la mesure où les commandes d’administration ne sont pas les mêmes dans l’un ou l’autre cas. +- The installation of Akkoma with Yunohost is a so-called OTP installation (and not MIX, i.e. from the sources). Have this in mind, as the administration commands are not the same in either case. -- Akkoma est un _fork_ (divergence) de Pleroma, la commande d’administration est donc bien `pleroma_ctl` (ce n’est pas une faute de saisie). +- Akkoma is a _fork_ (divergence) of Pleroma, so the administration command is indeed `pleroma_ctl` (this is not a typo). -- Les commandes d’administration doivent être _impérativement_ préfixées avec `sudo` sinon cela fonctionne pas, l’utilisateur Akkoma n’ayant pas directement accès au shell. +- Administration commands in CLI must _necessarily_ be prefixed with `sudo` otherwise it doesn't work, as the `akkoma` system user does not have direct access to the shell. From 0d80e2f560f1ebc42bf843c2825ab230104af669 Mon Sep 17 00:00:00 2001 From: Aris Date: Sun, 15 Jan 2023 19:11:03 +0100 Subject: [PATCH 4/6] Remove sudo warning --- doc/yunohost.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/yunohost.md b/doc/yunohost.md index c002745..e3f880e 100644 --- a/doc/yunohost.md +++ b/doc/yunohost.md @@ -15,4 +15,3 @@ Some information, for all intents and purposes, on the differences between a dir - Akkoma is a _fork_ (divergence) of Pleroma, so the administration command is indeed `pleroma_ctl` (this is not a typo). -- Administration commands in CLI must _necessarily_ be prefixed with `sudo` otherwise it doesn't work, as the `akkoma` system user does not have direct access to the shell. From 20a3711a41825eb414135056ccce9fb61e05f2ce Mon Sep 17 00:00:00 2001 From: Aris Date: Sun, 15 Jan 2023 19:11:32 +0100 Subject: [PATCH 5/6] Remove sudo warning --- doc/yunohost_fr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/yunohost_fr.md b/doc/yunohost_fr.md index 10196cf..d6c7ed1 100644 --- a/doc/yunohost_fr.md +++ b/doc/yunohost_fr.md @@ -15,4 +15,3 @@ Quelques informations, à toutes fins utiles, sur les différences entre une ins - Akkoma est un _fork_ (divergence) de Pleroma, la commande d’administration est donc bien `pleroma_ctl` (ce n’est pas une faute de saisie). -- Les commandes d’administration doivent être _impérativement_ préfixées avec `sudo` sinon cela fonctionne pas, l’utilisateur Akkoma n’ayant pas directement accès au shell. From b83f8826c11cd5c38c447ae00deaeac0802ce462 Mon Sep 17 00:00:00 2001 From: Aris Date: Sun, 15 Jan 2023 19:12:17 +0100 Subject: [PATCH 6/6] Remove residual french --- doc/yunohost.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/yunohost.md b/doc/yunohost.md index e3f880e..75532bb 100644 --- a/doc/yunohost.md +++ b/doc/yunohost.md @@ -13,5 +13,5 @@ Some information, for all intents and purposes, on the differences between a dir - The installation of Akkoma with Yunohost is a so-called OTP installation (and not MIX, i.e. from the sources). Have this in mind, as the administration commands are not the same in either case. -- Akkoma is a _fork_ (divergence) of Pleroma, so the administration command is indeed `pleroma_ctl` (this is not a typo). +- Akkoma is a _fork_ of Pleroma, so the administration command is indeed `pleroma_ctl` (this is not a typo).