When a new version of Genero Browser Client (GBC) is released, these are the steps you must take to move your existing customization projects to the new GBC. For details, unless noted otherwise, see Getting started with GBC.
-
Download the latest GBC project for GBC customization.
IMPORTANT: To avoid overwriting your existing GBC project, you must unzip the project package in a new directory.
-
Set up your new customization project directory.
This involves installing the dependencies for node.js within your project directory using npm install and grunt commands.
-
Copy your existing customization projects to the new project directory: For example, you must copy by hand all the contents in your existing
<GBC_PROJECT_DIR>/customization/
path to<GBC-NEW-PROJECT_DIR>/customization
. -
Compile the customizations.
Using the grunt command, you recreate the distributable clients for each of your customizations in the
<GBC-NEW-PROJECT_DIR>/customization
path. -
Deploy your customization to the Genero Application Server. See Compile & Deploy.
For a production environment, you must deploy the customization to the GAS.