X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/3ffcd3f87b10fb273a7057f65fcc0b20d7890d51..38f952947dedd5509ab8510510e4cae5bdf45eae:/README.md diff --git a/README.md b/README.md index 48de2f6..6b45daa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ friends ======= - -Ostatus app - -Generate self signed key with: -openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -nodes -days 3650 +```bash +virtualenv -p python3 venv +. venv/bin/activate +pip3 install -e ./ +``` +#optionally to run on port <1024 +sudo setcap cap_net_bind_service=+ep venv/bin/python3