0

I have installed GitLab and Redmine on the same machine, using different Apache configurations on the same machine to reach by using different FQDNs. ( I can reach both of them by using these FQDNs and can login )

But I haven't found how we can integrate both for project management. I mean, at the starting phase, where the user should create his/her project. How he/she can check that the other system synchronises itself, too. ( Is there any tutorial or source that I can learn every step for using them together? )

My configuration is like:

System information
System:         Debian 8.2
Current User:   git
Using RVM:      no
Ruby Version:   2.1.5p273
Gem Version:    2.2.2
Bundler Version:1.10.6
Rake Version:   10.4.2
Sidekiq Version:3.3.0

GitLab information
Version:        8.0.4
Revision:       1ff385d
Directory:      /home/git/gitlab
DB Adapter:     mysql2
URL:            https://gitlab
HTTP Clone URL: https://gitlab/some-group/some-project.git
SSH Clone URL:  git@gitlab:some-group/some-project.git
Using LDAP:     yes
Using Omniauth: no

GitLab Shell
Version:        2.6.5
Repositories:   /home/git/repositories/
Hooks:          /home/git/gitlab-shell/hooks/
Git:            /usr/bin/git

I am looking for open-source solutions which will mostly stay my network ( the machine I have been installing Redmine and Gitlab is my focus point ), the institution I am working in, is not willing to pay money for services like zapier. Please consider the management part between Redmine and GitLab.

adn
  • 1
  • 2

1 Answers1

0

Using the Redmine Github Hook should do the job.

https://www.redmine.org/projects/redmine/wiki/HowTo_simply_keep_Redmine_in_sync_with_GitHub

Paul
  • 429
  • 3
  • 6
  • This is not what I am asking. I heard about the hook but hook doesn't let me know whether the integration is OK. Moreover, what I asked is, the procedure of starting a new project, that is to let both of them know about the new project. How can we succeed this? – adn Oct 12 '15 at 11:41
  • Try Zapier – Paul Oct 12 '15 at 11:56
  • Please focus on what I am asking, it is not possible for me to use any other services except the machine I have been installing. – adn Oct 12 '15 at 19:12