<< Click to Display Table of Contents >> Navigation: Introduction > IBM i Library Install and Licensing |
Before requesting a demo download, please Visit the Intro to iForGit page to see if the software might fit your needs.
1.) You need to send a request for download. Once you received the download link from us, download and install the IFORGIT library and obtain a license code as follows.
Request Library download link for IFORGIT
Click the email link to send an email request for demo: info@mobigogo.net
You will need to provide following info:
Company
Your Name
Your Email Address
Your Phone Number
A short description on your needs to streamline and integrate Git to IBM i for source control.
**You will also need to provide system info but that can be provided after library installation on your IBM i. Steps listed below.
Download from the link we will provide you and then upload or copy the iforgit.bin file from your desktop to /tmp/iforgit.savf using your favorite PC file transfer method such as FTP, Windows Share or IBM ACS IFS upload utility.
2.) Copy PC File to Save File and Restore the IFORGIT library
Run the following commands to create the IFORGIT save file and restore the library
CRTSAVF FILE(QGPL/IFORGIT)
CPYFRMSTMF FROMSTMF('/tmp/iforgit.savf')
TOMBR('/qsys.lib/qgpl.lib/iforgit.file')
MBROPT(*REPLACE)
CVTDTA(*NONE)
RSTLIB SAVLIB(IFORGIT) DEV(*SAVF) SAVF(QGPL/IFORGIT)
If all good, delete install objects
ERASE OBJLNK('/tmp/iforgit.savf')
DLTF (QGPL/IFORGIT)
3.) Request license key info
Run the following commands to list your system info to the command line.
ADDLIBLE IFORGIT
IFORGIT/LICINFO
Copy the displayed system info from command line and paste into en email message.
Send system info to: info@mobigogo.net
We will return a temporary license key to you for testing.
4.) Enter license key from the license email after received
Simply copy and paste the CL command you receive via email by doing the following from a 5250 session:
CALL QCMD, Press F11 for full screen command entry
The command will look similar to the following example:
IFORGIT/SETPRDLIC SECURITY1('1232312312')
SECURITY2('12233321321321112')
SECURITY3('2132133312')
DTAARA(IFORGIT)
DTALIB(IFORGIT)
5.) Accessing the IFORGIT menu
ADDLIBLE IFORGIT
GO IFORGIT
Next Steps