1
0
Fork 0

change order of setup steps

development
Kevin Wojkovich 2024-12-25 22:43:49 -06:00
parent f30c78f988
commit 3326f446c9
1 changed files with 11 additions and 11 deletions

View File

@ -33,17 +33,6 @@ $ touch hosts
$ tr -dc A-Za-z0-9 </dev/urandom | head -c 16 > tokens $ 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 ## Sudoers configuration
``` ```
@ -68,6 +57,17 @@ local=/domain/
local=/domain2/ 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) # License (MIT)
Copyright 2024 Kevin Wojkovich Copyright 2024 Kevin Wojkovich