Skip to content

Commit 5f3a49a

Browse files
committed
minor updates (FreeBSD installation from ports)
- signed-off-by: trimstray <trimstray@gmail.com>
1 parent 4dfe514 commit 5f3a49a

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

doc/HELPERS.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3560,7 +3560,7 @@ OPTIONS_FILE_UNSET+=XSS
35603560
OPTIONS_FILE_UNSET+=WEBSOCKIFY
35613561
```
35623562
3563-
The simplest way:
3563+
The simplest way to install:
35643564
35653565
```bash
35663566
make install
@@ -3575,29 +3575,35 @@ make install
35753575
make clean
35763576
```
35773577
3578-
If you want to remove parameters from the options file:
3578+
But if you want to run other tasks:
35793579
3580-
```bash
3581-
make rmconfig
3582-
```
3580+
- remove parameters from the options file:
35833581
3584-
If you want to recompile NGINX from ports:
3582+
```bash
3583+
make rmconfig
3584+
```
35853585
3586-
```bash
3587-
# - edit options file manually
3588-
make clean
3589-
make reinstall # make deinstall install
3590-
# - remove options file (see above command)
3591-
make config
3592-
make clean
3593-
make reinstall # make deinstall install
3594-
```
3586+
- recompile NGINX from ports:
3587+
3588+
```bash
3589+
# The following task are not necessery:
3590+
# - edit options file manually
3591+
# - regenerate options file with wizard:
3592+
make config
3593+
# - remove options file:
3594+
make rmconfig
3595+
# after this you might to run pre-install configuration:
3596+
make config-recursive
3597+
3598+
make clean
3599+
make reinstall # make deinstall install
3600+
```
35953601
3596-
To disable vulnerabilities (not recommend!):
3602+
- to disable vulnerabilities (not recommend!):
35973603
3598-
```bash
3599-
make DISABLE_VULNERABILITIES=yes reinstall
3600-
```
3604+
```bash
3605+
make DISABLE_VULNERABILITIES=yes reinstall
3606+
```
36013607
36023608
###### Post installation tasks
36033609

0 commit comments

Comments
 (0)