X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/3ffcd3f87b10fb273a7057f65fcc0b20d7890d51..176815d90b3038076023ce96a53095481dd250b1:/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