mirror of
https://github.com/YunoHost-Apps/akkoma_ynh.git
synced 2024-09-03 20:36:17 +02:00
Merge pull request #10 from bugsysop/documentation
Documentation about Akkoma and YNH
This commit is contained in:
commit
17d548ecbe
2 changed files with 34 additions and 0 deletions
17
doc/yunohost.md
Normal file
17
doc/yunohost.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Akkoma and 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.
|
||||
|
||||
| | Official Package | With Yunohost |
|
||||
| --------------------------- | -------------------------- | --------------------------------------- |
|
||||
| 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` |
|
||||
|
||||
## Things to remember
|
||||
|
||||
- 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_ of Pleroma, so the administration command is indeed `pleroma_ctl` (this is not a typo).
|
||||
|
17
doc/yunohost_fr.md
Normal file
17
doc/yunohost_fr.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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).
|
||||
|
Loading…
Add table
Reference in a new issue