Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAll components and libraries are managed by Git - each component is self contained as a single repository

Git is an integral part of how IguanaX works . Every component is implemented as a Translator component and the source code for these components is stored in Git repositories.  All the components are written in Lua script so you can use them as is, or you can go into the translator to customize the source code to decide how it behaves.For convenience of deployment it’s helpful to store these components on a platform like http://bitbucket.org or http://github.com. Currently we use bitbucket.and how we manage interfaces.

Components can be configured to be stored in Git one of two ways:

  1. As a self contained git repository storing the entire project and enabling you to push/pull commits to the component repository.

  2. As a plain folder storing the component project as part of the Git Instance repository.

For more details on these concepts, please see How Components are Stored in Git.

If Git is new to you, see What is Source Control?.

Page Tree
rootComponents
startDepth1