Getting Started

The following steps cover manual installation of JadeGit, useful for getting started in a local development environment. Developers of existing systems may want to skip ahead to look at migration strategies for adopting JadeGit.

Installation

Download the latest releasearrow-up-right for the Jade platform version you're using, and copy the binaries into the bin folder of the database being setup.

Configure the database to use JadeGit for development by adding the following settings to the Jade initialization filearrow-up-right.

[JadeSecurity]
JadePatchControlSecurity=true
DevelopmentSecurityLibrary=jadegitdev
lightbulb

Sign On

On start up of the Jade IDE, the JadeGitSchema will be installed automatically during logon.

circle-exclamation

Following logon, the JadeGit Changes explorer appears to the right of the screen. It cannot be closed directly and will be restarted if terminated, but may be minimized if preferred during development.

screwdriver-wrench

To keep both visible at the same time, the Jade IDE needs to be resized/positioned to the left of the JadeGit Changes explorer. In future, this may be streamlined with JadeGit being integrated within the IDE, if JEDI #383arrow-up-right is progressed.

Last updated