Comments on How To Run Your Own Git Server With GitlabHQ On Debian 7 (Wheezy)

How To Run Your Own Git Server With GitlabHQ On Debian 7 (Wheezy) This document describes how to install and configure Git and GitHub. These are great tools to manage and administer a whole host of Git repositories and the associated permissions. So, these remain true blessings for users writing open source software, however, when writing a closed source software may not be comfortable in trusting the code to a third party server. To gain the much-needed flexibility and control on stuff like Github/BitBucket without hosting the git repositories on servers that lie external to the control of users, GitLab remains a Godsend!

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: planet_fox

Works, but I have chnage the ngnix user

nginx.conf from www-data to git

The Error was 

[crit] 30312#0: *1 connect() to unix:/home/git/gitlab/tmp/sockets/gitlab.socket failed 

By: Andriana

Nice tutorial thank you.

Everithing goes well but, when I go to the frontpage with this url:

http://my.ip.adress/users/sign_on

It gaves me an error 404

What's wrong?

Thank you for your help.

PS: I have installed nginx last time because the server doesn't have an http interpreter. So I just install it with apt-get install nginx.

Thank you for your feedback.

By: Andriana

This is the real url:

I also tried: "http://my.ip.adress/users/sign_in" looking to the picture you put.

As you can see a "Page not found" is showed.

Thank you for your feedback!