[gitorious] Two bugs after Gitorious installation

2010-07-06 Thread Alberto
Hi all, after having installed Gitorious on Ubunut Desktop 9.10 x64 following this guide http://gitorious.org/gitorious/pages/UbuntuInstallation After two weeks of unlucky attempts to get the system working, now everything seems running except the two following problems : - The login (https://se

Re: [gitorious] Two bugs after Gitorious installation

2010-07-06 Thread Marius Mårnes Mathiesen
On Tue, Jul 6, 2010 at 8:44 AM, Alberto wrote: > After two weeks of unlucky attempts to get the system working, now > everything seems running except the two following problems : > > - The login (https://servername/gitorious/login) page shows only text, > without images or other graphics. If I re

Re: [gitorious] Hello Group

2010-07-06 Thread Marius Mårnes Mathiesen
On Thu, Jul 1, 2010 at 2:42 PM, Deepak Kamath wrote: > hello everyone... i was tryin to use a new page other than > edit.html.erb,index, new and show... but while running that pgm an error > came which i was unable to solve///plz help > > > Called id for nil, which would mistakenly be 4 -- if you

Re: [gitorious] Hello Group

2010-07-06 Thread Deepak Kamath
thank you very much !! u solved my problem :) On Tue, Jul 6, 2010 at 1:47 PM, Marius Mårnes Mathiesen < marius.mathie...@gmail.com> wrote: > On Thu, Jul 1, 2010 at 2:42 PM, Deepak Kamath wrote: > >> hello everyone... i was tryin to use a new page other than >> edit.html.erb,index, new and show..

[gitorious] Error While Pushing

2010-07-06 Thread seema bawgi
Hi all, Getting the following error when i am trying to push on my local gitorious... Could not create directory '/home/git/.ssh'. The authenticity of host 'abc.git.com (192.168.2.45)' can't be established. RSA key fingerprint is b4:e7:68:a9:7d:e5:b6:ba:c6:88:1f:3b:1b: 17:b6:0c. Are

Re: [gitorious] Two bugs after Gitorious installation

2010-07-06 Thread Benjamin Podszun
Hi there. On Tue, Jul 6, 2010 at 10:15 AM, Marius Mårnes Mathiesen wrote: > On Tue, Jul 6, 2010 at 8:44 AM, Alberto wrote: >> >> After two weeks of unlucky attempts to get the system working, now >> everything seems running except the two following problems : >> >> - The login (https://servernam

[gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Alberto
So you are saying that this issue occurs because Gitorious is deployed at http://servername/gitorious and not at http://servername ? If I have understood correctly what you said, this issue should disapper by fixing the second point of my request, the one talking about the 'redirect' issue. Am I r

[gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Alberto
Whoa! I am really sorry but that's too technical to me, can you explain it with simpler words please? Anyway I should have access to the DNS so if you know something easier to do on it, please tell me. Thanks a lot, Alberto. On Jul 6, 11:56 am, Benjamin Podszun wrote: > Hi there. > > On Tue,

Re: [gitorious] Error While Pushing

2010-07-06 Thread Mike Jackson
You do not have write access to your home directory on the _client_ machine. I don't think this has anything to do with the server side. -- Mike Jackson imikejackson & gmail * com On Jul 6, 2010, at 5:43 AM, seema bawgi wrote: Hi all, Getting the following error when i am trying to

Re: [gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Mike Jackson
Take a look at http://www.bluequartz.net/projects/ElectronicImaging/SCMService/html/index.html This covers how I setup my ubuntu server and how I then deployed gitorious to it. There is specific information on how I setup apache and where everything is installed into. -- Mike Jackson imike

Re: [gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Marius Mårnes Mathiesen
On Tue, Jul 6, 2010 at 2:42 PM, Mike Jackson wrote: > Take a look at > http://www.bluequartz.net/projects/ElectronicImaging/SCMService/html/index.html > Mike, What a great guide, nice work! - Marius -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this gr

Re: [gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Mike Jackson
On Jul 6, 2010, at 8:52 AM, Marius Mårnes Mathiesen wrote: On Tue, Jul 6, 2010 at 2:42 PM, Mike Jackson wrote: Take a look at http://www.bluequartz.net/projects/ElectronicImaging/SCMService/html/index.html Mike, What a great guide, nice work! - Marius -- To post to this group, send emai

Re: [gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Benjamin Podszun
Hi. > Thanks. There will be some minor adjustments as I find issues to fix. If the > gitorious team would like to include this guide they are more than welcome. > I just ask for proper attribution. The original was written using Doxygen > and then converted to HTML using Doxygen and LaTex/PDF usin

Re: [gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Mike Jackson
You are correct about the "copy and paste" of the packages. This was my first deployment of a Rails app and not being intimately familiar with all the dependencies I just used what worked. I don't think any of those packages are really necessary for a gitorious installation. For my particul

[gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Alberto
Wow, that's really accurate. I wish I have found this before, but google-ing for a Gitorious install guide doesn't take to it. I'm going to give it a look, probably it's better if I start form sketch another time following your guides (Ubuntu and Gitorious) Any thoughts about my two issues anywa

Re: [gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Mike Jackson
I think the issue is that Gitorious requires you to deploy it into a "top level" directory of your web server. Basically there are directories in the gitorious project that the web server directly accesses: public is one of those. This is why when you setup your server if the web root is in

[gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Alberto
Wow, that's really accurate. I wish I have found this before, but google-ing for a Gitorious install guide doesn't take to it. I'm going to give it a look, probably it's better if I start form sketch another time following your guides (Ubuntu and Gitorious) Any thoughts about my two issues anywa

Re: [gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Alberto
That's great, I'll try to see if I can fix my issue with your suggestion, but I suppose it would be better to start from scratch another time (hopefully the last one). Any ideas about the wrong displaying of the login page? Should your advice fix this one too? Thank you, Alberto. Mike Jackson

Re: [gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Mike Jackson
The issue with the login page is related to the fix I described. A good suggestion to figure out if you have thins setup correctly is to use something like VirtualBox to create a Linux Virtual Machine and test your installs on that virtual machine. Once you can replicate a good install a fe

[gitorious] Re: Two bugs after Gitorious installation

2010-07-06 Thread Alberto
Hi Mike, we did it! Following your guide I managed to move Gitorious from http://servername/gitorious to http://servername, without starting from scratch but just adjusting what was wrong. Moving the entire environment also fixed the login page issue. I noticed something in your guide : /var/