mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add Galette logo and blob in screenshots URL
This commit is contained in:
parent
1160161d00
commit
096cc79f25
1 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@ routes:
|
|||
default: '/app_galette'
|
||||
---
|
||||
|
||||
![logo of Galette](https://galette.eu/site/assets/img/galette.png?resize=,80)
|
||||
|
||||
[![Installer Galette avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) [![Integration level](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette)
|
||||
|
||||
### Index
|
||||
|
@ -22,11 +24,11 @@ Once you have updated the application, you must go to the installer page which b
|
|||
Once on this page, a verification of the prerequisites is displayed.
|
||||
At the next step you will have to choose the type of installation: here `Update`.
|
||||
|
||||
![Galette Update](https://github.com/YunoHost/doc/tree/master/images/Galette_1_en_Update.png)
|
||||
![Galette Update](https://github.com/YunoHost/doc/blob/master/images/Galette_1_en_Update.png)
|
||||
|
||||
It is at this new step, where the fields are pre-filled, that you will have to fill in the database password.
|
||||
|
||||
![Galette Password](https://github.com/YunoHost/doc/tree/master/images/Galette_2_en_Passwd.png)
|
||||
![Galette Password](https://github.com/YunoHost/doc/blob/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
|
||||
|
|
Loading…
Reference in a new issue