Hi am trying to install gitorious CE from the ce-installer but having problems since I am sitting behind a proxy.
Has someone succeeded in installing gitorious behind a company firewall and give some advice? One problem seams to be the usage of the git protocol Trying to download the ce-installer via "git clone *git://gitorious.org*/gitorious/ce-installer.git" failed . I had to use "git clone git clone *https://git.gitorious.org*/gitorious/ce-installer.git" instead Then when running the installer I run into the same problem again The installer script used the git protocol to and because of this it failed to ce-installer/modules/gitorious/manifests/core.pp:9: exec {"clone_gitorious_source": command => "git clone git://gitorious.org/gitorious/mainline.git ${gitorious::app_root}", creates => "${gitorious::app_root}", require => File["gitorious_root"], } I started then editing these files and changing them to the http protocol but run into other problems. Any ideas how I could get gitorious running? Frank -- -- 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/groups/opt_out.
