Forum archive
Can I host a GIT repo on RedMine appliance?
Hi @all,
I would like to host my GIT repos on the RedMine TKL appliance but not really sure how to go about setting this up. I can log on via SSH as user vcs and init a new git repo under /srv/repos/git, let's say it's called app01:
$ cd git
$ mkdir app01
$ cd app01
$ git init
Initialized empty Git repository in /srv/repos/git/app01/.git/
$
I was hoping to go into my project, add a repo with id = app01 and path=/srv/repos/git and then be able to do a
git clone http://<myRedMineAppliance>/git/app01
form my workstation, but no dice.
What am I missing here? Is it even possible to host a repo on RedMine without having a master copy of it on GitHub?
Thanks a lot in advance for any insight!
Evgenij
Apologies I haven't had a chance to get back to this yet.
Perhaps somewhat ironically (going from your post) one of the more major things that has been soaking up my time and energy has been the major refactoring of our GitLab appliance.
Out of interest, I personally use our Gitea appliance. I exclusively use SSH like this:
Although it's worth noting that the Gitea appliance doesn't use the common "vcs" set up that Redmine (and Revision control) does. The new GitLab won't either (neither does the current GitLab).
Re GitLab: Assuming it's possible, I would encourage you to hold off for a few days before you try that out. The v15.2 appliance (as discussed in the thread I linked to earlier) is a major rewrite and should be much easier for end users to maintain (it now leverages the GitLab Omnibus package, previously was a source install). I have built it and hope to publish it this week.