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