From f789f3f27db876cb7cbdda7d18aed4b44c840001 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 9 Apr 2016 22:54:52 +0100 Subject: [PATCH] . --- Posts/OperatingSystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posts/OperatingSystem b/Posts/OperatingSystem index a86afb3..726f689 100644 --- a/Posts/OperatingSystem +++ b/Posts/OperatingSystem @@ -102,7 +102,7 @@ git repository, which IP and ports to use, and deployment is a `xl create canopy.xl` (which contains the name of the image, the name of the bridge interface, and how much memory it may consume). -The full command line for this website is: `mirage configure --no-opam --xen -i Posts -n "full stack engineer" -r https://github.com/hannesm/hannes.nqsb.io.git --dhcp false --net direct --ip 198.167.222.205 --netmask 255.255.255.0 --gateways 198.167.222.1 --tls 443 --port 80` :) +The full command line for configuring this website is: `mirage configure --no-opam --xen -i Posts -n "full stack engineer" -r https://github.com/hannesm/hannes.nqsb.io.git --dhcp false --net direct --ip 198.167.222.205 --netmask 255.255.255.0 --gateways 198.167.222.1 --tls 443 --port 80`, followed by a `make` and `xl create canopy.xl` (and making sure that the TLS keys are in `tls/` subfolder). Instead of running on a multi-purpose operating system, this website uses a bunch of libraries, which are compiled and statically