Creatio development guide
PDF
This documentation is valid for Creatio version 7.16.0. We recommend using the newest version of Creatio documentation.

Organizing a development environment

Glossary Item Box

Overview

The development environment is a separate Creatio application (or a number of applications) used exclusively to develop new functions. Pre-production and production environments are used for testing the implementation of developed functionalities. For more information on pre-production and production environments, see "Development process organization" article.

The production environment database must never be used for development. Development-related activities in the production environment are strictly forbidden.

The applications can be deployed either locally (on-site), or on Creatio servers (cloud), with or without the use of SVN repository. You can also use file system development mode. For more information on Creatio deployment options, please see "Deploying the Creatio on-site application" and "Deploying the Creatio cloud application" articles. For more information on working with the version control repository, please see the "Create repository in SVN server" and "Working with SVN in the file system" articles.

Development in on-site application

Having separate development environment applications for each developer requires on-site deployment (Fig. 2). Because this option is aimed at maximum development productivity, the use of SVN, as well as development in the file system are required. For more information on development in the file system, please see the "Development in the file system" section.

Fig. 2. Organization of development environment in several configurations of one application

Advantages:

  1. Fast and convenient development process.
  2. Independent development environments. Since development is made in a separate application, other applications cannot be affected.
  3. Using the version control system for saving and transferring changes.
  4. Possibility of using IDEs and setting up continuous integration processes.

Disadvantages:

  1. Cloud deployment option is unavailable.

Recommendations:

  1. Development in separate applications is recommended for supporting active development or making changes to base functionality.
  2. Recommended for both small and large developer teams.
© Creatio 2002-2020.

Did you find this information useful?

How can we improve it?