home » zplus/dokk.org.git
ID: cb3accc3d6a16feb1fcfcd99b6b834dd9f4a1aba
10 lines — 311B — View raw


1
2
3
4
5
6
7
8
9
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