sahara-image-elements/elements/extjs/README.rst

779 B

extjs

This element downloads extjs from its website, caching it so it is not downloaded every time, and optionally unpacking it.

Configuration

The element can be configured by exporting variables using a environment.d script; variables with * are mandatory:

  • EXTJS_DESTINATION_DIR *

    The directory where to extract (or copy) extjs. Mandatory, must be an absolute directory within the image, e.g. /usr/share/someapp. The directory is created if not existing already.

  • EXTJS_DOWNLOAD_URL

    The URL from where to download extjs. Defaults to http://dev.sencha.com/deploy/ext-2.2.zip.

  • EXTJS_NO_UNPACK

    If set to 1, then the extjs tarball is simply copied to the location specified by EXTJS_DESTINATION_DIR.