mikaelkall / nighter.se

Private homepage that uses nodejs express and runs under docker or a unikernel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nighter.se

Description

Private homepage that is intended to be smal and give a presentation about me. Idé is that site will be lightweight and have the most data in seperate providers. Code in github and pictures from flickr and so on.

Webserver is express with nodejs and application will be packaged in a docker container.

Now application can run without an operatingsystem under a unikernel. Check appendix "Run site under unikernel" to try that out.

Installation

$ docker build -t nighter/nighter.se .
$ docker run -p 8080:8080 -d nighter/nighter.se

Run site under unikernel

$ apt-get install qemu-kvm genisoimage
$ cd unikernel
$ make

About

Private homepage that uses nodejs express and runs under docker or a unikernel.


Languages

Language:Shell 57.0%Language:HTML 40.2%Language:JavaScript 1.9%Language:Makefile 0.8%