RTC 6.0.2 - GIT integration: the right steps to do
Hi all.
- in the first step, Installing and configuring Rational Team Concert and Git using an Apache HTTP server (https://www.ibm.com/support/knowledgecenter/en/SSYMRC_6.0.2/com.ibm.team.connector.cq.doc/topics/t_git_install.html), I've found the whole list of tools and SW to install.
- In the following step Configuring Git server-side hooks (https://www.ibm.com/support/knowledgecenter/en/SSYMRC_6.0.2/com.ibm.team.connector.cq.doc/topics/t_git_hooks.html) I've found another pre-requisite to satisfy: I have to install also NodeJS v0.12.0.
Accepted answer
To setup Git and RTC integration, you need to deploy Git on web server. So you can either use Apache HTTP server or NodeJS server.
Comments
I've started Nodejs: I use only Nodejs and no httpd server.
2 other answers
Hi Lily many tahnks for your answres.
Comments
I have set up correctly my config.jason
I've resolved the Nodejs strt: I use only Nodejs and no httpd server
If you are running Git on Node JS, you don't need to use HTTP server.
For the Node JS authentication, I suggest you use LDAP. If you use "BASIC" as the wiki https://jazz.net/wiki/bin/view/Main/RTCGitIntegrationSetupUsingNode, you need to change CLM authentication from FORM to BASIC.
Please let me know if you have further issue.
Hi Lily,
The complete solution for my issues includes also https://jazz.net/forum/questions/235317/rtc-and-git-integration-using-nodejs-authentication-ldap