sahara-image-elements/elements/extjs
Pino Toscano 939055eff0 Improvements to README.rst of elements
Improve the formatting of README.rst of elements:
- proper syntax for bash snippets
- improve list formatting
- use list definitions for environment variariables
- remove the explicit bash usage from diskimage-create.sh invocations
- wrap lines at 80 characters
- various small text formattings

Change-Id: I93b4c35b31dac66af22663b2cec426a08fa73bd8
2015-04-29 18:41:30 +02:00
..
install.d Fix extjs.zip download URL 2015-04-16 10:31:37 +02:00
root.d Fix extjs.zip download URL 2015-04-16 10:31:37 +02: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.