Hi Christian, I followed your guide when I tried to install gitorious
under gentoo, and there quite a different stuff to do... and
unfortunately I wasn't able to install it.

Now I've followed again your guide (it's almost the 3rd or 4th time
that I install the OS :) ) under ubuntu server. And almost everything
is okay.
Git-daemon, sphinx, activemq, memcached, apache, passenger, mysql, and
probably i'm missing something are all running without problems.

Actually I'm stuck on a couple of things.

Does the poller be started at every boot too? In that case, how? I
haven't find any init script.

I'm currently using the last RRE. I didn't set the three variables in
the profile file (path, ld_library_path and ldflags) because it seems
that the deb package install the binary directly into /usr/lib/bin,
and not /opt/ruby-enterprise:

$ ruby -v
ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-linux], MBARI 0x8770,
Ruby Enterprise Edition 2010.01
$ which ruby
/usr/local/bin/ruby

Everything is working (rake, migrations, mongrel, etc), but not the
console, when I do ./script/console production I get this:

/usr/local/lib/ruby/1.8/i686-linux/readline.so: libreadline.so.5:
cannot open shared object file: No such file or directory - /usr/local/
lib/ruby/1.8/i686-linux/readline.so (LoadError)
        from /usr/local/lib/ruby/1.8/irb/completion.rb:10
        from /usr/local/lib/ruby/1.8/irb/init.rb:254:in `require'
        from /usr/local/lib/ruby/1.8/irb/init.rb:254:in `load_modules'
        from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `each'
        from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules'
        from /usr/local/lib/ruby/1.8/irb/init.rb:21:in `setup'
        from /usr/local/lib/ruby/1.8/irb.rb:54:in `start'
        from /usr/local/bin/irb:13

I had to do "aptitude install libreadline5" and it fixed it.

You also forgot to say in the guide to add activemq to the rc update,
to be started at every boot

I currently installed gitorious on a test machine, and I'd like to
access it from another pc. All from the local network, there is any
public ip/domain.

$ hostname
srub
$ hostname --fqd
srub.galaxy

Gitorious is in the /var/www/git.srub.galaxy/gitorious folder.

gitorious.yml is:
  development:
    gitorious_client_host: git.local
    gitorious_host: git.local
  production:
     gitorious_client_host: git.srub.galaxy
    gitorious_host: git.srub.galaxy

apache vhost is:
    ServerName git.srub.galaxy

On my other pc i've set in /etc/hosts:
  192.168.1.50     git.srub.galaxy git.srub srub.galaxy srub

But when I try to access http://git.srub.galaxy from firefox I get the
default apache page (the "it works" which is on localhost). It seems
that it doesn't like the git. subdomain. I know it's more an apache
question than gitorious, but do you know how should I set it?

About the https, should I have one vhost config on the 443 port, or
two: one for the 80 and one for the 443?

Thank you

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to