Install

The install command provides the ability to load/update the supporting JadeGitSchema which is required for development.

This command is useful in scenarios where prebuilt database images are prepared/published for developers to download/use locally, minimizing the time & effort needed to start developing in a new workspace.

For large systems, preparing a database image based on a code-only backup of production (or staging/pre-prod) is recommended to avoid reloading entire schemas from scratch when cloning a repository in a fresh database without any code preloaded.

During the initial install, if available, the registry information is used to create repositories reflecting the origin & current version of the code already deployed to the database previously. The repository contents cannot be retrieved at this point, performing the initial fetch is currently something the developer needs to do manually from the JadeGit Changes window (intent is to streamline this step in future).

Installation depends on internet access to clone the JadeGit source repository, which is prepare the internal deployment used to load/update the JadeGitSchema.

Last updated