2022-08-29 09:20:56 -07:00
# Installing Soapbox via YunoHost
2020-09-22 10:22:46 -07:00
2022-08-29 09:20:56 -07: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 10:22:46 -07:00
## 1. Download the build
2022-08-29 09:20:56 -07:00
First, download the latest build of Soapbox from GitLab.
2020-09-22 10:22:46 -07:00
```sh
2023-09-18 13:45:41 -07:00
curl -O https://dl.soapbox.pub/main/soapbox.zip
2020-09-22 10:22:46 -07:00
```
## 2. Unzip the build
Then, unzip the build to the Pleroma directory under YunoHost's directory:
```sh
2023-09-18 13:45:41 -07:00
busybox unzip soapbox.zip -o -d /home/yunohost.app/pleroma/static
2020-09-22 10:22:46 -07:00
```
2022-12-01 16:33:54 -08:00
## 3. Change YunoHost Admin Static directory
(A bug documented in the YunoHost deployment about this issue is [here ](https://github.com/YunoHost-Apps/pleroma_ynh/issues/215 ))
Go to:
> Admin Panel > Settings > Instance
Look for the "Static dir" entry and set it to:
> /home/yunohost.app/pleroma/static
2022-08-29 09:20:56 -07: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 10:22:46 -07:00
---
Thank you to [@jeroen@social.franssen.xyz ](https://social.franssen.xyz/@jeroen ) for discovering this method.