2021-12-31 12:17:58 +01:00
|
|
|
### Important points to read before installing
|
2021-12-27 18:31:01 +01:00
|
|
|
|
2023-01-10 16:15:44 +01:00
|
|
|
- [Pleroma (YunoHost ver.)](https://github.com/YunoHost-Apps/pleroma_ynh) must be installed locally before you install SoapboxFE
|
2021-12-31 12:17:58 +01:00
|
|
|
- SoapboxFE must be installed under a Pleroma domain (i.e soapboxfe.your-pleroma-instance-domain.net)
|
|
|
|
- AdminFE under SoapboxFE returns 404
|
|
|
|
|
|
|
|
Using screen in case of disconnects
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo apt-get install screen
|
|
|
|
screen
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/soapbox_ynh.git
|
|
|
|
```
|
|
|
|
Recover after disconnect:
|
|
|
|
```
|
|
|
|
screen -d
|
|
|
|
screen -r
|
|
|
|
```
|