Hi Oliver,

At the end I found a solution that can suit to you or not. It can also help to 
find the solution for CentOS. I downloaded a Bitnami appliance:

       https://bitnami.com/stack/gitorious/virtual-machine

This is a Ubuntu 14.04 Ubuntu, 64 bits. Then I followed the indications here:

       http://wiki.bitnami.com/Applications/BitNami_Gitorious

And this is what I actually did:

1) Renamed the updateip file:

   # mv /opt/bitnami/apps/gitorius/updateip 
/opt/bitnami/apps/gitorius/updateip.ori


2) Edited the file /opt/bitnami/apps/gitorious/htdocs/config/gitorious.yml
   and in a place with a comment saying:
 
   # Sensible defaults for the development environment production:

   in my file that is in line 518 (so close to the end of the file),
   I changed host, client_host, git_daemon_host, ssh_daemon_host to
   the ip of my machine (I use fixed ip's in my network). 

3) Edited the file /etc/hosts and add the following line:

   127.0.0.1  my.house.org

4) Restarted apache using the bitnami control command:

   /opt/bitnami/ctlscript.sh restart apache

Then you should be able to point your browser to "http://my.house.org"; (or 
whatever yo enter in the /etc/hosts) and log with the credentials in the user
pre-created:
     - user: bitnami
     - password: bitnami

Let me know if this was of any help.

Joaquin


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

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to