Deploying 4gl applications

In general, to deploy means to make a software available for use. From this point of view, deployment can be considered a complex of many interrelated activities including software development and production as well as its release, installation, update.

In particular, to deploy means to publish the application after it was built so as it becomes available for its end users.

In this and subsequent pages, we'll deal with the second view point and consider the deployment procedure as the procedure of publishing your 4gl applications.

4gl applications must be always deployed - regardless of whether you run them from LyciaStudio or not or what graphical client you use to run them.

There are three basic ways to deploy your 4gl applications:

  1. from LyciaStudio - via context menu options or toolbar buttons,
  2. via qbuild,
  3. manually.

Programs built on the development system with a trail license activated cannot be deployed to neither another machine to another operating systems.

To be able to deploy applications to other machines and OS, you must activate a commercial license on the development system.

Application execution does not restrict its deployment – you can deploy the new version of your application while its previous version is running.

Deploying applications from LyciaStudio

When you run applications from LyciaStudio, they are deployed automatically.

This means that any of the actions listed (and illustrated) below call the procedure of deploying the application to the working directory of the AppServer instance selected by default for this program, project, or workspace:

All the available application server instances are defined in listener.xml. By default, it is

C:\ProgramData\Querix\Lycia\progs
/opt/Querix/Lycia/progs

The default AppServer instance is defined:

If you are not going to run your application from LyciaStudio, there are three stand-alone deployment options:

Deploy with custom parameters opens the Deployment configuration window.

All three options are available from the context menu of a program:

Deployment configuration window

In the Deployment configuration window, you can

Deploying with hot keys

You can use hot keys – Alt + D – to deploy applications to the default application server:

Deploying applications using qbuild

qbuild is used to compile projects or their elements created in LyciaStudio and located in the workspace.

Among other options, it has the option -M that tells qbuild what operation to perform - clean, build, deploy, rebuild, or perform all these operations sequentially.

-M deploy deploys the application to the working directory of the AppServer instance selected by default for this program, project, or workspace (details are here):

qbuild -M deploy <path to the program folder> <program name>

-M deploy -d deploys the application to the specified location:

qbuild -M deploy -d <path to the program folder> <program name>

qbuild -M deploy -d <path to a zip file> <program name>

If you specify both the path to the program folder and the program name, only this application will be deployed:

qbuild -M deploy C:\Users\user\workspace\new project new_program

qbuild -M deploy D:\my deploys\new program.zip new_program

If you specify only the path to the program folder, all the built programs from this folder will be deployed.

When you specify a file name, be careful with its case.

UNIX is case-sensitive, so it will treat files which names come in different cases as separate files.

Deploying applications manually

To deploy your 4gl applications manually, you must perform these steps:

Step 0. Build the program.

 

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.