Files
session-security-poc/README.md
Walter Oggioni 68c41b9b95 added README
2024-02-14 08:45:14 +08:00

26 lines
353 B
Markdown

### Project setup
```bash
python3 -m venv venv
venv/bin/python -m pip install -r requirements.txt
```
### Build
```bash
venv/bin/python -m build
```
### Install
```bash
venv/bin/python -m pipx install dist/sspoc-*.tar.gz
```
### Run
```bash
~/.local/bin/session-security-poc-server
```
Then open https://localhost:1443 on your favourite browser