All,
I have updated the hvac-demo repo [1] with a new version. This version is tagged: v0.5
The following outlines the changes since Jan 27:
* The demos can now be run on an arm64 host (I tested with an AWS EC2 m7g.2xlarge instance) (x86_64 testing was done on my desktop and AWS EC2 m7i.2xlarge instances)
* Pre-setup container images (amd64 & arm64) are published at docker.io/wmills/havc-demo
* A convenience script ./container was added to make it easier to run a container with a mounted directory (This is an alternative to using the published container images and suggested for building the demos)
* The ./container flow now requires the user to run ./setup themselves (The pre-built container images already have ./setup done for both "run" and "build")
* Fixes found from Dan's testing * Building demo1 * Running demo3 * Running demo4
* Fixes found from Alex's testing (running on Debian-12 w/o container and using tmux already) * Handle tmux server already running * Isolate from users .tmux.conf and default server * (These fixes are not needed to run in a container)
* I have tested with podman and docker * Most of my testing was done on clean EC2 machines w/ Ubuntu 24.04, both x86_64 and arm64 * I also used my x86_64 desktop w/ Ubuntu 22.04 * I tested running the docker.io/wmills/hvac-demo images and the ./container flow
* Updated README.MD with simplified instructions including above
Thanks, Bill
[1] https://github.com/wmamills/hvac-demo.git