A simple CoreOS demo showing how to get a Grafana instance running.
- Run
make install-dependencies
(only on Fedora right now, sorry). - Run
make
- Run
make create-vm
- Wait (10m or so)
- Type
Ctrl+]
to release the console - Use the IP address printed above the Login entry to create an
/etc/hosts
entry like this:192.168.124.<NNN> coreos.lan grafana.lan
- Try reaching
coreos.lan
andgrafana.lan
in your browser. You might have to explicitly allow the.lan
TLD.