Automate deployment of your web scraper on VPS with Ubuntu 24.04 cloud-init (opens in new tab)
Your VPS is ready, but now you need to work through the same sequence you have run a dozen times before: apt update, apt install python3-pip, pip install scrapy, playwright install chromium, the Chromium dependency list that never installs cleanly on the first try, Redis, possibly Postgres, whatever else this particular project needs.
Read the original article