1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sharkey_ynh.git synced 2024-09-03 20:16:32 +02:00
sharkey_ynh/doc/ADMIN.md

17 lines
345 B
Markdown
Raw Normal View History

2024-02-07 19:31:56 +01:00
### Important points to read before installing
2024-02-07 19:24:36 +01:00
2024-02-07 19:31:56 +01:00
- The first account created will be an admin user and will have all the admin rights.
Using screen in case of disconnects
```
sudo apt-get install screen
screen
sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh.git
```
Recover after disconnect:
```
screen -d
screen -r
```