From 68c41b9b959f58d82406426781f5f69a7ad8c669 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Wed, 14 Feb 2024 08:40:50 +0800 Subject: [PATCH] added README --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0273b2e --- /dev/null +++ b/README.md @@ -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