# 历史版本镜像

GitLab历史版本镜像指10.1.0版本之前的版本，例如8.9.6。历史版本使用的Bitnami提供的GitLab安装包，配置文件路径是使用方式均有不同，请认真阅读如下不同之处。

Bitnami GitLab官方说明文档请参考：<https://docs.bitnami.com/virtual-machine/apps/gitlab/>

## [镜像组成](#1401) <a href="#id-0" id="id-0"></a>

软件版本：Git 2.7.4、Gitlab8.9.6 环境软件：Apache 2.4.23、PostgreSQL 9.5.3、Ruby 2.1.9、Rails 4.2.5.1、RubyGems 1.8.12、ImageMagick 6.7.5 集成软件目录：/data/gitlab-8.9.6 Apache 默认配置目录：/data/gitlab-8.9.6/apache2/conf/ Gitlab目录：/data/gitlab-8.9.6/apps/gitlab

## [默认账号](#1402) <a href="#id-1" id="id-1"></a>

GitLab8.9.6版本默认管理员/密码：websoft9/admin123

## [重启服务命令](#1403) <a href="#id-2" id="id-2"></a>

Putty到服务器，执行红色命令，重启需要1分钟左右，请耐心等待： *\*\** \[root\@iZ94bojtvkpZ plone-5.0.2]# cd /data/gitlab-8.9.6 \[root\@iZ94bojtvkpZ plone-5.0.2]# ./ctlscript.sh restart

## [修改IP路由](#1404) <a href="#ip" id="ip"></a>

找到gitlab-shell下的config.yml文件,将其中的gitlab\_url修改一为您当前服务器的公网IP

![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/gitlab/gitlab-modifyip.png)

## [域名配置](#1405) <a href="#id-3" id="id-3"></a>

**域名配置：\*\***&#x8BF7;[远程登录到后台服务器](http://jingyan.baidu.com/article/e73e26c0eb063324adb6a737.html)，打开/data/gitlab-8.9.6/apps/gitlab/htdocs/config/gitlab.yml文件，搜索test.websoft9.cn替换成您的域名(修改前建议先备份)，有两处位置：\*\* … … gitlab: ## Web server settings (note: host is the FQDN, do not include http\://) host: test.websoft9.cn port: 80 # Set to 443 if using HTTPS, see installation.md#using-https for additional HTTPS configuration details https: false # Set to true if using HTTPS, see installation.md#using-https for additional HTTPS configuration details … … gitlab: host: test.websoft9.cn port: 80 … …
