我绝望了。我试图用Debian在我的RaspberryPi 2上安装gitlab 3天没有成功。我在最新版本的gitlab(7-8-stable)上关注this指南。我还安装了最新的ruby版本2.2.1。如果我运行sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
所有字段都是绿色,那么安装应该是正确的。在第一个网站调用之后gitlab启动后,Here是我的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'
对我来说毫无意义。 Here是sidekiq.log
文件。我已将unicorn.rb
文件中的超时设置为360.
可能的问题可能是域名设置。我在我的本地网络中测试gitlab,所以在每个配置中我都使用localhost选项。
编辑:
我使用静态本地网络ip 192.168.1.x
测试gitlab。后来我希望能够访问no-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
但我不知道如何解决问题。
有人可以帮帮我吗?