mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add figure caption style
This commit is contained in:
parent
fbaa3a0b46
commit
83c566983d
2 changed files with 12 additions and 9 deletions
|
@ -9,7 +9,7 @@ routes:
|
|||
|
||||
The step called "**post-installation**" is actually the initial configuration of YunoHost. It has to be done just after the installation of the system itself.
|
||||
|
||||
NB: if you are in the process of restoring a server from scratch **and** you have a yunohost-made backup, you can skip this process and follow through with the "restoring during the postinstall" step, in the [backup](/backup) page.
|
||||
! If you are in the process of restoring a server from scratch **and** you have a yunohost-made backup, you can skip this process and follow through with the "restoring during the postinstall" step, in the [backup](/backup) page.
|
||||
|
||||
### From the web interface
|
||||
|
||||
|
@ -21,21 +21,16 @@ During the first visit, you will very likely encounter a security warning relate
|
|||
|
||||
You should then land on this page :
|
||||
|
||||
![](image://postinstall_web.png)
|
||||
|
||||
<em><p class="text-muted">Preview of the Web post-installation</p></em>
|
||||
[figure caption="Preview of the Web post-installation"]![](image://postinstall_web.png)[/figure]
|
||||
|
||||
### From the command line
|
||||
|
||||
You can also perform the postinstallation with the command `yunohost tools postinstall` directly on the server, or [via SSH](/ssh).
|
||||
|
||||
![](image://postinstall_cli.png)
|
||||
|
||||
<em><p class="text-muted">Preview of the command-line post-installation</p></em>
|
||||
[figure caption="Preview of the command-line post-installation"]![](image://postinstall_cli.png)[/figure]
|
||||
|
||||
<br>
|
||||
|
||||
## Informations asked
|
||||
## Asked information
|
||||
|
||||
### Main domain
|
||||
|
||||
|
|
|
@ -28,6 +28,14 @@ img.center {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
figure img {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
figure figcaption {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.nomargin * {
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue