soapbox/docs/administration/install-yunohost.md

26 wiersze
846 B
Markdown
Czysty Zwykły widok Historia

2022-08-29 16:20:56 +00:00
# Installing Soapbox via YunoHost
2020-09-22 17:22:46 +00:00
2022-08-29 16:20:56 +00:00
If you want to install Soapbox to a Pleroma instance installed using [YunoHost](https://yunohost.org), you can do so by following these steps.
2020-09-22 17:22:46 +00:00
## 1. Download the build
2022-08-29 16:20:56 +00:00
First, download the latest build of Soapbox from GitLab.
2020-09-22 17:22:46 +00:00
```sh
curl -L https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/v1.3.0/download?job=build-production -o soapbox-fe.zip
2020-09-22 17:22:46 +00:00
```
## 2. Unzip the build
Then, unzip the build to the Pleroma directory under YunoHost's directory:
```sh
busybox unzip soapbox-fe.zip -o -d /home/yunohost.app/pleroma/
```
2022-08-29 16:20:56 +00:00
**That's it! 🎉 Soapbox is installed.** The change will take effect immediately, just refresh your browser tab. It's not necessary to restart the Pleroma service.
2020-09-22 17:22:46 +00:00
---
Thank you to [@jeroen@social.franssen.xyz](https://social.franssen.xyz/@jeroen) for discovering this method.