From 94c690e7a972f312592d5b867639a67b59555bd5 Mon Sep 17 00:00:00 2001 From: zPlus Date: Sat, 8 Jul 2023 12:53:17 +0200 Subject: [PATCH] Add README. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..cb3accc --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +Run website: + + python3 -m venv venv + source venv/bin/activate + gunicorn --reload --worker-connections=4 --threads=4 --bind localhost:8080 app:application + +Crawl website to static HTML pages: + + wget2 --mirror --max-threads=16 --page-requisites --adjust-extension --execute robots=off localhost:8080 +