1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

Something that sounds like English

This commit is contained in:
Aris 2023-01-13 06:17:31 +01:00 committed by GitHub
parent c7bd1f64b2
commit be2c9d059f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +1,18 @@
# Akkoma et Yunohost
# Akkoma and Yunohost
Quelques informations, à toutes fins utiles, sur les différences entre une installation directe dAkkoma (depuis les _releases_) et linstallation avec le package dapplication 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 dinstallation | `/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
- Linstallation dAkkoma avec Yunohost est une installation dite OTP (et non MIX, cest à dire à partir des sources). Information à mémoriser, dans la mesure où les commandes dadministration ne sont pas les mêmes dans lun ou lautre 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 dadministration est donc bien `pleroma_ctl` (ce nest 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 dadministration doivent être _impérativement_ préfixées avec `sudo` sinon cela fonctionne pas, lutilisateur Akkoma nayant 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.