Git locally

We are using GIT SCM (but we are unhappy with that). But we would like to have the functionality that Github for example has like: issues, a wiki and projects and we could display the markdown there.

Like this project for example:
https://github.com/scikit-learn/scikit-learn/wiki

We don't want to use git in the cloud and it has to be installed on our own server. Do you guys have a suggestion
Last edited on
We want to use Git, (maybe extent the use of Git SCM (but we don't know how)), but want more functionality than.
I don’t know SVN CVS, but these solutions seems to me not Integrate able in Git SCM or Git type of solution is it? I am looking for a solution where it that is the case.
Having a version control locally makes sense. But also wiki?

However, here's a step by step instruction for how to setup git locally:

https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server
Yes we already have a working git scm. But we want to add functionality to it like issues, a wiki and projects.
Okay, so you want a sophisticated web interface? Maybe GitLab is what you need? See:

https://about.gitlab.com/
Thank you!
Last edited on
You're welcome
Topic archived. No new replies allowed.