Deploy runtime on GAS using the command line
-
Set your environment by running the envas script
(
$FGLASDIR/envasor$FGLASDIR/envas.bat) for your GAS installation. -
From a command prompt, deploy the GBC runtime package using the
gasadmincommand.$ gasadmin gbc --deploy fjs-gbc-version[.suffix]-buildbuild-runtime.zipThe name of the runtime identifies the deployed GBC package.
Note:You can rename this file with a name that is shorter and easier to manage.
-
Specify this package as the default GBC client using the
gasadmincommand.$ gasadmin gbc --default fjs-gbc-version[.suffix]-buildbuild-runtime.zip -
View the list of deployed GBC clients.
$ gasadmin gbc --list -
When the GBC is deployed, you can render your application using the default GBC
with the following URL:
http://my.server.com:6394/ua/r/appNameTip:You can continue to use any (previously) deployed Genero Browser Clients by adding the URL parameter
gbc=deployed_gbc_nameto the end of the URL, for example:http://my.server.com:6394/ua/r/appName?gbc=gbc-1.00.44