Concierge
Concierge is a tool used during Web Red Apps development. Concierge provides many functionalities of which the most important are:
-
Creating web modules
-
Building web modules
-
Exporting web modules (creating a Red App from a web module)
Once installed, Concierge is available via the ngv
command.
Installation
Concierge is packed with a npm pack
command and can be found in the SDK package (webmodules/tools/offline-bundle/sabre-concierge-x.y.z.tgz
). To install Concierge, execute the following command in the webmodules/tools/offline-bundle
directory:
npm install -g sabre-concierge-x.y.z.tgz
In case of any issues with installation you should extract the content of the sabre-concierge-x.y.z.tgz file and then, in the directory with the extracted files, run following:
npm link
Uninstallation
To uninstall Concierge, execute the following command:
npm uninstall -g sabre-concierge
Upgrading
To upgrade Concierge:
-
Uninstall the current Concierge version as described in this documentation
-
Install the new Concierge version as described in this documentation