mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Set code
This commit is contained in:
parent
da30e32593
commit
5527cb878a
2 changed files with 12 additions and 6 deletions
|
@ -31,9 +31,12 @@ C'est à cette nouvelle étape, où les champs sont pré-remplis, qu'il va fallo
|
|||
![Galette MdP](https://github.com/YunoHost/doc/raw/master/images/Galette_2_fr_MdP.png)
|
||||
|
||||
Vous allez pouvoir le retrouver en vous connectant en SSH à votre serveur. Il faudra passer en root et afficher le fichier `config.inc.php` dans lequel se trouve le mot de passe de l'application :
|
||||
>sudo su
|
||||
>
|
||||
>cat /var/www/galette/galette/config/config.inc.php
|
||||
|
||||
```
|
||||
sudo su
|
||||
|
||||
cat /var/www/galette/galette/config/config.inc.php
|
||||
```
|
||||
|
||||
## Liens utiles
|
||||
|
||||
|
|
|
@ -31,9 +31,12 @@ It is at this new step, where the fields are pre-filled, that you will have to f
|
|||
![Galette Password](https://github.com/YunoHost/doc/raw/master/images/Galette_2_en_Passwd.png)
|
||||
|
||||
You will be able to find it by connecting to your server with SSH. You will have to switch to `root` and display the `config.inc.php` file in which the application password is located:
|
||||
>sudo su
|
||||
>
|
||||
>cat /var/www/galette/galette/config/config.inc.php
|
||||
|
||||
```
|
||||
sudo su
|
||||
|
||||
cat /var/www/galette/galette/config/config.inc.php
|
||||
```
|
||||
|
||||
## Useful links
|
||||
|
||||
|
|
Loading…
Reference in a new issue