Version: GeneXus 18

Deployment

How to automate processes to improve the application development cycle.

Today's world requires software development to be agile and continuous. For this, a set of practices is proposed within which it is possible to integrate automatic coding, construction and testing tasks into the processes. As of GeneXus 17, it is possible to create and monitor Continuous Integration processes both from the GeneXus IDE and from the GeneXus Server web console. Here we will see how to work with Continuous Integration pipelines, and how to adapt them to different environments.


Presentation

The deployment of an application in production, is to take the application we developed on our machine and run it in the production environment—that is, in the cloud or on the computer of the end customer for whom we are creating the system.

This deployment involves copying the compiled files and other important files such as libraries, images, and other resources, depending on the type of application we are developing and the chosen generator, from the development machine to the client infrastructure that will be used as a server.

It will also be necessary to create the database on the corresponding server and ensure access to all the necessary external resources with the required user permissions in each case.

Therefore, the deployment process is an important part of application development and is one of the stages of the DevOps process.