首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在ubuntu14.04上安装gitlab时遇到的问题

在ubuntu14.04上安装gitlab时遇到的问题
EN

Stack Overflow用户
提问于 2015-09-20 11:09:09
回答 1查看 402关注 0票数 1

我想在Ubuntu14.04上安装gitlab,我已经安装了postfix和openssh服务器。我还下载了“gitlab_7.10.5~omnibus 1_amd64.deb”(步骤在此页上)。然后我输入:dpkg -i /home/gary/下载/gitlab-ce_7.10.5~omnibus-1_amd64.deb

产出如下:

代码语言:javascript
复制
gary@gitlab:~$ sudo dpkg -i /home/gary/下载/gitlab-ce_7.10.5~omnibus-1_amd64.deb 
[sudo] password for gary: 
Selecting previously unselected package gitlab-ce.
(正在读取数据库 ... 系统当前共安装有 173323 个文件和目录。)
Preparing to unpack .../gitlab-ce_7.10.5~omnibus-1_amd64.deb ...
Unpacking gitlab-ce (7.10.5~omnibus-1) ...
正在设置 gitlab-ce (7.10.5~omnibus-1) ...
dpkg-query: package 'gitlab' is not installed
使用 dpkg --info (= dpkg-deb --info) 来检测打包好的文件,
还可以通过 dpkg --contents (= dpkg-deb --contents) 来列出它们的内容。
gitlab: Thank you for installing GitLab!
gitlab: Configure and start GitLab by running the following command:
gitlab: 
gitlab: sudo gitlab-ctl reconfigure
gitlab: 
gitlab: GitLab should be reachable at http://gitlab.ng60.com
gitlab: Otherwise configure GitLab for your system by editing /etc/gitlab/gitlab.rb file
gitlab: And running reconfigure again.
gitlab: 
gitlab: For a comprehensive list of configuration options please see the Omnibus GitLab readme
gitlab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md
gitlab: 
It looks like GitLab has not been installed yet; skipping the upgrade script.

似乎安装失败了,而且gitlab没有安装。这是真的吗?我很困惑!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-09-21 13:28:52

它似乎只是说,因为它以前没有安装,没有运行升级脚本。

检查apt-cache show gitlab输出。应该说:Status: install ok config-files在第二行。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/32678684

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档