add example install command to readme
This commit is contained in:
parent
2b62f37939
commit
1c0e9d84ba
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ Quality of life script for nginx and dehydrated.
|
||||||
|
|
||||||
* Install dependencies: nginx, keepalived (optional i guess), rsync, ssh, python3
|
* Install dependencies: nginx, keepalived (optional i guess), rsync, ssh, python3
|
||||||
* Install `ncc` through pip (or pipx) from this git repository
|
* Install `ncc` through pip (or pipx) from this git repository
|
||||||
|
```
|
||||||
|
pip install -U git+https://git.nolog.cz/NoLog.cz/nginx-configurator.git
|
||||||
|
```
|
||||||
* Create a `ncc.yml` file (see `ncc.yml.sample`)
|
* Create a `ncc.yml` file (see `ncc.yml.sample`)
|
||||||
* Create a base nginx config (in `conf_dir`):
|
* Create a base nginx config (in `conf_dir`):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue