1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Cleanup pre_install messages

This commit is contained in:
Salamandar 2024-03-27 13:37:36 +01:00
parent 97515c70f1
commit 6ea64df525
2 changed files with 3 additions and 35 deletions

View file

@ -1,22 +1,6 @@
### Important points to read before installing ### Important points to read before installing
- *Misskey* requires a dedicated root domain, e.g. `misskey.domain.tld` - *Misskey* requires a dedicated root domain, e.g. `misskey.domain.tld` that can't be changed after installation
- *Misskey* can take quite some time to install, so take out some time and grab yourself a coffee. - *Misskey* can take quite some time to install, so take out some time and grab yourself a coffee.
- If installing from command line, using `screen` is recommended to avoid disconnection. See below.
- After installation, first page can take time to load and may show timeout error. Give it time to make itself ready for you. Refresh the page after 2 or 3 minutes. - After installation, first page can take time to load and may show timeout error. Give it time to make itself ready for you. Refresh the page after 2 or 3 minutes.
- The first account created will be an admin user and will have all the admin rights. - The first account created will be an admin user and will have all the admin rights.
Using screen in case of disconnects
```bash
sudo apt-get install screen
screen
sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh.git
```
Recover after disconnect:
```bash
screen -d
screen -r
```

View file

@ -1,22 +1,6 @@
### Points importants à lire avant l'installation ### Points importants à lire avant l'installation
- *Misskey* nécessite un domaine racine dédié, par ex. `misskey.domain.tld` - *Misskey* nécessite un domaine racine dédié, par ex. `misskey.domain.tld`, qui ne peut être changé après installation.
- *Misskey* peut prendre un certain temps à installer, alors prenez un peu de temps et prenez un café. - *Misskey* peut prendre un certain temps à installer, alors prenez un peu de temps et prenez un café.
- Si l'installation à partir de la ligne de commande, l'utilisation de l'écran est réenregistrée pour éviter la déconnexion. Voir ci-dessous. - Après l'installation, la première page peut prendre du temps à charger et peut afficher une erreur de délai d'attente. Donnez-lui le temps de se préparer pour vous. Actualisez la page après 2-3 minutes.
- Après l'installation, la première page peut prendre du temps à charger et peut afficher une erreur de délai d'attente. Donnez-lui le temps de se préparer pour vous. Actualiser la page après 2-3 minutes.
- Le premier compte créé sera un utilisateur administrateur et disposera de tous les droits d'administrateur. - Le premier compte créé sera un utilisateur administrateur et disposera de tous les droits d'administrateur.
Utiliser *screen* en cas de déconnexion
```bash
sudo apt-get install screen
screen
sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh.git
```
Récupérer après déconnexion :
```bash
screen -d
screen -r
```