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 +