Deploying, enabling, and running applications on GAS
Use these examples for building archives, deploying applications, enabling, and running them locally on the GAS.
As a prerequisite, you must have your applications and/or services created, compiled, and tested. Consolidate all the necessary files for your archive under a root directory.
For a full understanding of what Genero archiving offers, please read all archiving topics in this section.
Overview of the main tasks
This procedure provides you with a quick overview of the main steps for archiving an application using fglgar, and deploying to local and remote servers.
Build an archive with public resources
An archive can contain common or public resources such as logos, images, reports, etc., that all deployed applications on the GAS can use. Using fglgar as shown in this procedure creates this type of archive.
As a prerequisite, you have put your application's public images in a dedicated directory of your archive directory. You can name it, for example, "myAppPublicImages".
--resource
option specifying the name of the public image directory in the archive
directory:fglgar gar --resource myAppPublicImages --application myApp.xcf
Build an archive with deployment triggers
fglgar gar --application myApp.xcf --trigger-component cpn.gar.execution.local
--deploy-trigger "fglrun mydeploy.42r" --undeploy-trigger "fglrun myundeploy.42r"
- The --trigger-component option references a trigger component in the GAS as.xcf that defines the runtime environment where triggers are run. If not set, it defaults to "cpn.gar.execution.local".
- The --deploy-trigger specifies your DEPLOY command.
- The --undeploy-trigger options specifies the UNDEPLOY command.
Deploy your application on your machine
Once you have created an archive for your application, you can now deploy it locally on your machine where the GAS is installed. If the standalone dispatcher on your GAS installation is not already started, run it from the command line using httpdispatch.
- The Genero deployment portal. See Deploy an archive with the Genero Deployment App.
- The gasadmin command line tool. See Deploy an archive with gasadmin.
Enable your application on your machine
Once you have deployed your application, you can now make it available for end users by enabling it on the machine where the GAS is installed. If the standalone dispatcher on your GAS installation is not already started, run it from the command line using httpdispatch.
- The Genero deployment portal. See Activate (enable) a deployed archive with the Genero Deployment App.
- The gasadmin command line tool. See Activate (enable) a deployed archive with gasadmin.
Run the deployed application
Once the application is enabled, you can now run it. If the standalone dispatcher on your GAS installation is not already started, run it from the command line using httpdispatch.
http://localhost:6394/ua/r/myApp