sahara-image-elements/elements/extjs
Vitaly Gridnev bf7b64fda9 replace extjs location to sahara-files
Change-Id: I223ca75219b2498a1a3e39ea50f516ef7d889ac6
2016-06-30 15:02:48 +00:00
..
install.d replace extjs location to sahara-files 2016-06-30 15:02:48 +00:00
root.d replace extjs location to sahara-files 2016-06-30 15:02:48 +00:00
README.rst Improvements to README.rst of elements 2015-04-29 18:41:30 +02:00
element-deps New extjs element 2015-04-07 15:18:03 +02:00
package-installs.yaml New extjs element 2015-04-07 15:18:03 +02:00

README.rst

extjs

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

Environment Variables

The element can be configured by exporting variables using a environment.d script.

EXTJS_DESTINATION_DIR
Required

Yes

Description

The directory where to extract (or copy) extjs; must be an absolute directory within the image. The directory is created if not existing already.

Example

EXTJS_DESTINATION_DIR=/usr/share/someapp

EXTJS_DOWNLOAD_URL
Required

No

Default

http://dev.sencha.com/deploy/ext-2.2.zip

Description

The URL from where to download extjs.

EXTJS_NO_UNPACK
Required

No

Default

unset

Description

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