ID: cb3accc3d6a16feb1fcfcd99b6b834dd9f4a1aba
10 lines
—
311B —
View raw
| 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
|