-
build a unikernel with httpd server and static content, using mirage os,
-
most parts
blatantly copied frombased on the formidable mirage-skeleton project, -
integration build runs on travis-ci,
-
release deployment via travis deployment
# install mirage on your system (for example via the opam tool)
# add content to the htdocs folder (optional)
./build
# adjust "static-www.xl" to your environment (especially the vif part)
xl create -c static-www.xl`
(If your dont want to run the VM on your local host,
you have to transfer static-www.x*
to the xen server of your choice.)