Skip to content

Instantly share code, notes, and snippets.

@Drup
Created September 14, 2015 14:14
Show Gist options
  • Save Drup/fca9a172ca7123eafaff to your computer and use it in GitHub Desktop.
Save Drup/fca9a172ca7123eafaff to your computer and use it in GitHub Desktop.
Help pages for mirage-www with functoria.
MIRAGE-CONFIGURE(1) Mirage Manual MIRAGE-CONFIGURE(1)
NAME
mirage-configure - Configure a mirage application.
SYNOPSIS
mirage configure [OPTION]...
DESCRIPTION
The configure command initializes a fresh mirage application.
MIRAGE PARAMETERS
-t TARGET, --target=TARGET (absent=unix)
Target platform to compile the unikernel for. Valid values are:
xen, unix, macosx.
UNIKERNEL PARAMETERS
--dhcp=DHCP (absent=false)
Enable dhcp for the unikernel.
--file-kv_ro=KV_RO (absent=crunch)
Use a fat, archive or crunch implementation for the file group.
--gateways=GATEWAYS (absent=10.0.0.1)
The gateways of the unikernel.
--host=VAL (absent=localhost)
Hostname of the unikernel.
--ip=IP (absent=10.0.0.2)
The ip address of the unikernel.
--net=NET (absent=direct)
Use socket or direct group for the unikernel.
--netmask=NETMASK (absent=255.255.255.0)
The netmask of the unikernel.
--network=NETWORK (absent=tap0)
The network interface listened by the unikernel.
--pr=VAL (absent=false)
Configuration for running inside a travis PR.
--redirect=VAL (absent=None)
Where to redirect to.
--secret-kv_ro=KV_RO (absent=crunch)
Use a fat, archive or crunch implementation for the secret group.
--tls=VAL (absent=false)
Enable serving the website over https.
--tmpl-kv_ro=KV_RO (absent=crunch)
Use a fat, archive or crunch implementation for the tmpl group.
COMMON OPTIONS
These options are common to all commands.
-f CONFIG_FILE, --file=CONFIG_FILE
Configuration file. If not specified, the current directory will be
scanned. If one file named config.ml is found, that file will be
used. If no files or multiple configuration files are found, this
will result in an error unless one is explicitly specified on the
command line.
--help[=FMT] (default=pager)
Show this help in format FMT (pager, plain or groff).
--no-depext
Skip installation of external dependencies.
--no-opam
Do not manage the OPAM configuration. This will result in dependent
libraries not being automatically installed during the
configuration phase.
--no-opam-version-check
Bypass the check of opam's version.
--version
Show version information.
Mirage 2.6.0 MIRAGE-CONFIGURE(1)
WWW(1) Www Manual WWW(1)
NAME
www
SYNOPSIS
www [OPTION]...
OPTIONS
--help[=FMT] (default=pager)
Show this help in format FMT (pager, plain or groff).
UNIKERNEL PARAMETERS
--host=VAL (absent=localhost)
Hostname of the unikernel.
--interfaces=INTERFACES (absent=0.0.0.0)
The interfaces bound by the socket in the unikernel.
--redirect=VAL (absent=None)
Where to redirect to.
--socket=SOCKET (absent=None)
The address bounds by the socket in the unikernel.
Www WWW(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment