GIT:The Application
Jump to navigation
Jump to search
The Application
This manual will use the following simple application to describe the Git process. The IFS files, objects and sources that are used are available in this attached savefile: File:Gitdm.zip or you can use your own sources.
The application has the following simple structure:
Application | Route | DEV | TST | PRD |
---|---|---|---|---|
GITDM | QSYS.LIB | GITDMDEV | GITDMTST | GITDMPRD |
PHP | /QOpenSys/OMSIFS/GITDM/PHP/DEV | /QOpenSys/OMSIFS/GITDM/PHP/TST | /QOpenSys/OMSIFS/GITDM/PHP/PRD | |
SRC | /QOpenSys/OMSIFS/GITDM/SRC/DEV | /QOpenSys/OMSIFS/GITDM/SRC/TST | /QOpenSys/OMSIFS/GITDM/SRC/PRD |
- The QSYS.LIB route contains native IBM i objects and sources. For the sake of simplicity, it has three environments with each one library that contains both objects and sources.
- The PHP route contains PHP code that we want to manage with Git and deploy with TD/OMS.
- The SRC route contains the native sources that we want to manage with Git.