fix: update documentation to format setup wizard instructions as examples

This commit is contained in:
Théophile Diot 2024-11-26 09:16:49 +01:00
parent 05338fbee2
commit ac104b223c
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -356,11 +356,12 @@ Please ensure that you have **NGINX 1.26.2 installed before installing BunkerWeb
echo "force-bad-version" | sudo tee -a /etc/dpkg/dpkg.cfg
```
Optional step : if you don't want to use the automatically enabled [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
!!! example "Disable the setup wizard"
If you don't want to use the automatically enabled [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
```shell
export UI_WIZARD=no
```
```shell
export UI_WIZARD=no
```
And finally install BunkerWeb 1.6.0-beta :
@ -403,11 +404,12 @@ Please ensure that you have **NGINX 1.26.2 installed before installing BunkerWeb
echo "force-bad-version" | sudo tee -a /etc/dpkg/dpkg.cfg
```
Optional step : if you don't want to use the automatically enabled [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
!!! example "Disable the setup wizard"
If you don't want to use the automatically enabled [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
```shell
export UI_WIZARD=no
```
```shell
export UI_WIZARD=no
```
And finally install BunkerWeb 1.6.0-beta :
@ -438,11 +440,12 @@ Please ensure that you have **NGINX 1.26.2 installed before installing BunkerWeb
sudo dnf install -y nginx-1.26.2
```
Optional step : if you don't want to use the automatically enabled [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
!!! example "Disable the setup wizard"
If you don't want to use the automatically enabled [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
```shell
export UI_WIZARD=no
```
```shell
export UI_WIZARD=no
```
And finally install BunkerWeb 1.6.0-beta :
@ -489,11 +492,12 @@ Please ensure that you have **NGINX 1.26.2 installed before installing BunkerWeb
sudo dnf install nginx-1.26.2
```
Optional step : if you don't want to use the automatically enabled [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
!!! example "Disable the setup wizard"
If you don't want to use the automatically enabled [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
```shell
export UI_WIZARD=no
```
```shell
export UI_WIZARD=no
```
And finally install BunkerWeb 1.6.0-beta :