mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: update documentation to format setup wizard instructions as examples
This commit is contained in:
parent
05338fbee2
commit
ac104b223c
1 changed files with 20 additions and 16 deletions
|
|
@ -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 :
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue