Clean old note for Yunohost 2.5

This commit is contained in:
Alexandre Aubin 2017-11-01 00:40:20 +01:00
parent 072b7865d8
commit 13a6bf7df7
2 changed files with 6 additions and 25 deletions

View file

@ -4,6 +4,7 @@ Yunohost has an administrator web interface. The other way to administer your Yu
**Please note** that the web interface is an active work-in-progress and has far fewer features than the CLI moulinette.
### Access
You can access your administrator web interface at this address: https://example.org/yunohost/admin (replace 'example.org' with your own domain name)
@ -12,20 +13,9 @@ You can access your administrator web interface at this address: https://example
<img src="/images/manage_en.png" style="max-width:100%;">
</div>
### Reset admin password
#### On Yunohost 2.5
The script to reset the admin password is not directly available, but can be downloaded and executed (as root) :
```bash
$ wget https://raw.githubusercontent.com/YunoHost/yunohost/testing/sbin/yunohost-reset-ldap-password
$ chmod +x yunohost-reset-ldap-password
$ ./yunohost-reset-ldap-password
```
#### From Yunohost 2.6
To reset the admin password (as root) :
```bash
@ -34,6 +24,7 @@ $ yunohost-reset-ldap-password
A temporary password will be created, which you can use to define the new password.
### How to move application folder
To change an application folder, only a few commands are needed: move content, create a symlink and set access rights.

View file

@ -4,27 +4,18 @@ YunoHost est fourni avec une interface graphique dadministration. Lautre m
**Attention** : linterface dadministration donne accès à beaucoup moins de fonctionnalités que la moulinette, car elle est en développement actif.
### Accès
Linterface admin est accessible depuis votre instance YunoHost à ladresse https://exemple.org/yunohost/admin (remplacez exemple.org par la bonne valeur)
<div class="text-center" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
<img src="/images/manage.png" style="max-width:100%;">
</div>
### Réinitialiser le mot de passe administrateur
#### Sous Yunohost 2.5
Le script pour réinitialiser le mot de passe adminstrateur n'est pas directement disponible, mais peut être téléchargé puis executé (à partir de l'utilisateur root) :
```bash
$ wget https://raw.githubusercontent.com/YunoHost/yunohost/testing/sbin/yunohost-reset-ldap-password
$ chmod +x yunohost-reset-ldap-password
$ ./yunohost-reset-ldap-password
```
#### À partir de Yunohost 2.6
Pour réinitialiser le mot de passe administrateur de YunoHost (à partir de l'utilisateur root) :
```bash
@ -34,7 +25,6 @@ $ yunohost-reset-ldap-password
Un mot de passe temporaire sera créé, que vous pouvez utiliser pour ensuite définir un nouveau mot de passe.
### Comment déplacer le dossier dune application
Pour changer le dossier contenant une application, seules quelques commandes sont nécessaires : déplacer le contenu créer un lien symbolique et définir les droits daccès.