change order of setup steps
parent
f30c78f988
commit
3326f446c9
22
README.md
22
README.md
|
|
@ -33,17 +33,6 @@ $ touch hosts
|
|||
$ tr -dc A-Za-z0-9 </dev/urandom | head -c 16 > tokens
|
||||
```
|
||||
|
||||
## Python Application
|
||||
|
||||
```sh
|
||||
$ python -m venv .venv
|
||||
$ source .venv/bin/acticate
|
||||
$ pip install -r requirements.txt
|
||||
|
||||
# run the application
|
||||
$ fastapi run server.py --host 0.0.0.0 --port 8000
|
||||
```
|
||||
|
||||
## Sudoers configuration
|
||||
|
||||
```
|
||||
|
|
@ -68,6 +57,17 @@ local=/domain/
|
|||
local=/domain2/
|
||||
```
|
||||
|
||||
## Python Application
|
||||
|
||||
```sh
|
||||
$ python -m venv .venv
|
||||
$ source .venv/bin/acticate
|
||||
$ pip install -r requirements.txt
|
||||
|
||||
# run the application
|
||||
$ fastapi run server.py --host 0.0.0.0 --port 8000
|
||||
```
|
||||
|
||||
# License (MIT)
|
||||
|
||||
Copyright 2024 Kevin Wojkovich
|
||||
|
|
|
|||
Loading…
Reference in New Issue