MagnusS / mirage-stats-demo

Unikernel that displays stats on a web page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mirage-stats-demo

Unikernel that displays stats on a web page. Currently very basic and experimental.

A live version is hosted with Jitsu at jitsu.v0.no.

Instructions

To compile the app into a Xen image:

mirage configure --xen
make depend
make
# edit www.xl to uncomment the vif line
sudo xl create -c www.xl

By default, it will use IP=10.0.0.2 and GW=10.0.0.1. You can change these settings by doing:

IP=<ip> GW=<ip> mirage configure --xen

About

Unikernel that displays stats on a web page

License:ISC License


Languages

Language:OCaml 62.4%Language:HTML 32.4%Language:Standard ML 4.9%Language:Makefile 0.3%