diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2022-12-20 21:00:07 +0300 |
---|---|---|
committer | Ekaterina Vaartis <vaartis@kotobank.ch> | 2022-12-20 21:00:07 +0300 |
commit | 398141da68328cea982f017a3e8bc95a9f9c1fbf (patch) | |
tree | fa66f1417d86de3665a854fbbbf4b01987e5a51d /docs/administration | |
parent | 5a39866388c411f2bcee9848352f8c420513f34f (diff) | |
parent | 5910d58cf7f468722b3774622b6b40a07b5d6444 (diff) | |
download | pleroma-398141da68328cea982f017a3e8bc95a9f9c1fbf.tar.gz pleroma-398141da68328cea982f017a3e8bc95a9f9c1fbf.zip |
Merge remote-tracking branch 'upstream/develop' into meilisearch
Diffstat (limited to 'docs/administration')
-rw-r--r-- | docs/administration/CLI_tasks/frontend.md | 2 | ||||
-rw-r--r-- | docs/administration/updating.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md index d4a48cb56..4e9d9eecb 100644 --- a/docs/administration/CLI_tasks/frontend.md +++ b/docs/administration/CLI_tasks/frontend.md @@ -22,7 +22,7 @@ Currently, known `<frontend>` values are: - [kenoma](http://git.pleroma.social/lambadalambda/kenoma) - [pleroma-fe](http://git.pleroma.social/pleroma/pleroma-fe) - [fedi-fe](https://git.pleroma.social/pleroma/fedi-fe) -- [soapbox-fe](https://gitlab.com/soapbox-pub/soapbox-fe) +- [soapbox](https://gitlab.com/soapbox-pub/soapbox) You can still install frontends that are not configured, see below. diff --git a/docs/administration/updating.md b/docs/administration/updating.md index 01d3b9b0e..00eca36a0 100644 --- a/docs/administration/updating.md +++ b/docs/administration/updating.md @@ -17,7 +17,7 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate" ## For from source installations (using git) 1. Go to the working directory of Pleroma (default is `/opt/pleroma`) -2. Run `git pull` [^1]. This pulls the latest changes from upstream. +2. Run `git checkout <tagged release>` [^1]. e.g. `git checkout v2.4.5` This pulls the [tagged release](https://git.pleroma.social/pleroma/pleroma/-/releases) from upstream. 3. Run `mix deps.get` [^1]. This pulls in any new dependencies. 4. Stop the Pleroma service. 5. Run `mix ecto.migrate` [^1] [^2]. This task performs database migrations, if there were any. |