Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 325 Bytes

Conversion of Wordpress site to static HTML

Downloaded Wordpress site with:

wget -P . -mpck --user-agent="" -e robots=off --wait 1 -E https://www.codl.nl/

Copied contents of webroot to lighttpd container (see docker/Dockerfile)

Pushed docker image to private repository

Deployed image in Kubernetes (see k8s/)