我感到绝望。我试图在我的RaspberryPi 2上安装gitlab 3天,但在Debian上没有成功。我在最新版本的gitlab (7-8稳定版)上遵循了这指南。我还安装了最新的ruby版本2.2.1。如果我运行sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production,所有字段都是绿色的,所以安装应该是正确的。这里是我的unicorn.stderr.log文件,在第一次站点调用之后,这里启动了一个。production.log文件中唯一的错误是
PG::Error: ERROR: database "gitlabhq_production" already exists
: CREATE DATABASE "gitlabhq_production" ENCODING = 'unicode'
PG::Error: ERROR: database "gitlabhq_production" already exists
: CREATE DATABASE "gitlabhq_production" ENCODING = 'unicode'对我来说毫无意义。这里是sidekiq.log文件。我已经将unicorn.rb文件中的超时设置为360。
一个可能的问题可能是域设置。我在本地网络中测试gitlab,所以在每个配置中我都允许localhost选项。
编辑:
我用静态本地网络ip 192.168.1.x测试gitlab。稍后,我希望能够访问非ip服务和像xx.no-ip.org这样的域。我该写些什么?
# Update GitLab config file, follow the directions at top of file
sudo -u git -H editor config/gitlab.yml或者在nginx的配置中。我的完全合格域名是什么?
我认为问题就在这里:
E, [2015-03-08T12:36:19.560253 #2751] ERROR -- : reaped #<Process::Status: pid 2779 SIGABRT (signal 6)> worker=2
I, [2015-03-08T12:36:19.583573 #2878] INFO -- : worker=2 ready但我不知道怎么才能解决这个问题。
有人能帮帮我吗?
发布于 2015-03-10 12:25:54
终于我拿到了。这帖子非常有用。谢谢你的帮助!
https://stackoverflow.com/questions/28889777
复制相似问题