add
This commit is contained in:
parent
54c3a66f21
commit
12281c5434
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ 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
|
canopy.xl` (which contains the name of the image, the name of the bridge
|
||||||
interface, and how much memory it may consume).
|
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` :)
|
||||||
|
|
||||||
Instead of running on a multi-purpose operating system, this website uses a
|
Instead of running on a multi-purpose operating system, this website uses a
|
||||||
bunch of libraries, which are compiled and statically
|
bunch of libraries, which are compiled and statically
|
||||||
linked into the virtual machine image.
|
linked into the virtual machine image.
|
||||||
|
|
Loading…
Reference in a new issue