added README
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
### 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
|
Reference in New Issue
Block a user