mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
format
This commit is contained in:
parent
7cebe3ae4f
commit
499d6dd3b7
3 changed files with 19 additions and 15 deletions
|
@ -1 +1 @@
|
|||
Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes.
|
||||
Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes.
|
||||
|
|
|
@ -6,13 +6,15 @@
|
|||
|
||||
## Using *screen* in case of disconnect
|
||||
|
||||
```bash
|
||||
sudo apt install screen
|
||||
screen
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh.git
|
||||
```
|
||||
$ sudo apt install screen
|
||||
$ screen
|
||||
$ sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh.git
|
||||
```
|
||||
|
||||
Recover after disconnect:
|
||||
```
|
||||
$ screen -d
|
||||
$ screen -r
|
||||
|
||||
```bash
|
||||
screen -d
|
||||
screen -r
|
||||
```
|
||||
|
|
|
@ -8,13 +8,15 @@
|
|||
|
||||
L'installation de Mastodon peut être longue, selon les performances du serveur. Pour éviter que le processus soit interrompu par une déconnexion, on peut utiliser `screen`.
|
||||
|
||||
```bash
|
||||
sudo apt install screen
|
||||
screen
|
||||
sudo yunohost app install mastodon
|
||||
```
|
||||
$ sudo apt install screen
|
||||
$ screen
|
||||
$ sudo yunohost app install mastodon
|
||||
```
|
||||
|
||||
Récupérer l'installation après une deconnection :
|
||||
```
|
||||
$ screen -d
|
||||
$ screen -r
|
||||
|
||||
```bash
|
||||
screen -d
|
||||
screen -r
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue