简体   繁体   English

安装严重问题

[英]Installing gitorious issue

I am struggling with the installation of gitorious (on an Ubuntu 12.04 distribution) on my local server following this tutorial : http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server 我正在按照本教程在本地服务器上安装gitorious(在Ubuntu 12.04发行版上),这很麻烦: http : //cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server

After fixing some some config, I went running this command : env RAILS_ENV=production /etc/init.d/git-daemon start , I keep on having this message Starting git-daemon: FAILURE!!! 修复一些配置后,我运行了以下命令: env RAILS_ENV=production /etc/init.d/git-daemon start ,我一直env RAILS_ENV=production /etc/init.d/git-daemon start以下消息, Starting git-daemon: FAILURE!!! , without finding any log message. ,但找不到任何日志消息。 After googling, I found it could be a config problem in the /etc/init.d/git-daemon config file : I put it here 谷歌搜索后,我发现它可能是/etc/init.d/git-daemon配置文件中的配置问题:我把它放在这里

Hmm... Can't say I can pinpoint the problem. 嗯...不能说我能指出问题所在。 Can you get any messages out of dmesg | tail 您可以从dmesg | tail获取任何消息吗? dmesg | tail ? dmesg | tail I remember having some problems with the git-daemon , and I think they boiled down to some problem with ActiveMQ. 我记得git-daemon有一些问题,我认为它们归结为ActiveMQ的一些问题。 Unfortunately, I can't remember how I fixed it. 不幸的是,我不记得如何解决它。

There also seems to be a pretty neat, concise install script that streamlines the setup process for Ubuntu 12.04: https://gist.github.com/4236547 似乎还有一个非常简洁明了的安装脚本,可简化Ubuntu 12.04的安装过程: https : //gist.github.com/4236547

PS: You might want to get an account on pastebin to make your config file more easily accessible. PS:您可能想在pastebin上注册一个帐户,以使配置文件更易于访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM