top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

gitweb on Godaddy

0 votes
275 views

Can someone share procedure to setup gitweb on a Godaddy hosting server ? Any pointers to tutorials would be helpful

posted Jul 4, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

I suggest that you contact godaddy and check with them what options you have. Gitweb is a cgi program and you need support to run cgi-applicatios from godaddy. You would also have to host your git repository on the same server (or at least you should).

If that's not a possibility you might need to use a static html creator like http://hssl.cs.jhu.edu/~neal/git2html/ .

answer Jul 4, 2013 by anonymous
Similar Questions
+1 vote

I am new to git. I have followed the instructions given at https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb and successfully installed gitweb. I am using git 2.2.2 and it is installed on Linux.

After the successful installation and configuration of gitweb, I could able to see my git repositories when I hit my url like... http://ipaddress ( and I could see all the git projects/repositories listed here)

Now, I would like to my team members to clone these repositories to their local machines (all windows) using either git bash or tortoise git. However, we are unable to find or get the git clone url for these projects which are on gitweb.

How can I achieve this. Please help.

For your information, there are 5 git repositories on my Linux box (in which same git and gitweb are installed) and they are present under /root/git_projects/

+1 vote

I am new to RoR and Thinking about getting a GoDaddy VPS to host my site. I have heard that GoDaddy has just not been RoR friendly in the past but may have gotten better.

Does anyone have any current experience using RoR on GoDaddy?

0 votes

Hi,

I'm using Github as a repository for my project. I have integrated Jenkin locally. Currently, I'm building Jenkin manually. I need to automate the Jenkin process whenever pushing the changes into the repository

...