seanppearson

energy motion action

An Ansible DEMO

This is a demo of an Ansible playbook I wrote deploying to a blank, non-configured VM running Debian 12. Ansible will update and configure Debian, install required packages and deploy software.

ETC: 10mins

*Suggestion: Fast forward past the package installation/upgrades (6+mins), very little screen activity.

icon_file_gzip DEMO DOWNLOAD

A Python Site Build DEMO

This is a demo of Python tools I wrote for building a website from randomly generated article data stored in json format.

BUILD: build_everything.sh

The 1st stage 'article_make_demo.py' will make 330 articles from pre-generated random text 'article_random_paragraph.txt'.

The 2nd stage 'build_site.py' will build demo website from randomly generated articles stored in individual json files.

ETC: 5mins

icon_file_gzip DEMO DOWNLOAD icon_browser_website DEMO SITE