<install> create an application from a library

name
install
xml namespace
http://moyaproject.com

Installs an application. An application is effectively an instance of a library, with its own settings and serving content from unique URL(s). An <install> tag should appear within a <server> tag. A library must first be imported (with <import>) prior to installing.

Example

<install name="auth" lib="moya.auth" mount="/auth/"/>
attributes
name purpose type required? default choices
lib Library long name (e.g. moya.auth) text Yes
mount URL component to mount, e.g. "auth" text No
mountpoint Name of the <mountpoint> tag text No "main"
name Name of the application (must not contain a dot), e.g. "auth" text Yes
urlpriority Priority for URLs in mountpoint integer No 0
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes