问题描述
我试图使用Debian 7的来安装Gitlab。Gitlab正在运行,但它是非常慢。尾日志告诉我,独角兽进程超时,因为获取资产的请求超时。
我读过某处必须执行
语法 bundle exec rake some_task 是可用于常规 GitLab安装,您可以手动安装所有组件。
使用GitLab综合版,您可以使用 gitlab-耙some_task 。它会自动使用GitLab的内部ruby安装,内部包等。
I'm trying to install Gitlab with omnibus package for Debian 7. Gitlab is running but it's very slow. Tail logs showed me, that unicorn process timeouts because get requests for assets timing out.
I read somewhere that I have to perform bundle exec rake assets:precompile RAILS_ENV=production but bundle command not found. Also, git command not found. Does omnibus package install ruby and git or I should do it manually? I couldn't find ruby or git in usr/bin or somewhere else.
The syntax bundle exec rake some_task is available for the normal GitLab installation, where you install all components manually.
With GitLab omnibus you can use gitlab-rake some_task. It will automatically use the GitLab's internal ruby installation, internal bundle etc.
这篇关于Gitlab综合软件包安装ruby& Git的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!