summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-15 17:25:50 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-15 17:25:50 +0200
commita64d0f79173301dd86db073e9b6a329b56554dbd (patch)
tree4aed7973800b5100672619373c839204f783df6d
parentf8ea016486de71e112a973b7c42ab20fc8e3b88a (diff)
parentee54e56f7df6b227df6f271f6ea8cdc8c660935c (diff)
downloadgitlab-ce-a64d0f79173301dd86db073e9b6a329b56554dbd.tar.gz
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
-rw-r--r--doc/install/installation.md2
-rw-r--r--doc/update/7.5-to-7.6.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 263259bc2f9..f55a0e73199 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -54,7 +54,7 @@ up-to-date and install it.
Install the required packages (needed to compile Ruby and native extensions to Ruby gems):
- sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake
+ sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake libkrb5-dev
Make sure you have the right version of Git installed
diff --git a/doc/update/7.5-to-7.6.md b/doc/update/7.5-to-7.6.md
index deee73fe560..a5d76c341af 100644
--- a/doc/update/7.5-to-7.6.md
+++ b/doc/update/7.5-to-7.6.md
@@ -45,6 +45,8 @@ sudo -u git -H git checkout v2.2.0
### 4. Install libs, migrations, etc.
```bash
+sudo apt-get install libkrb5-dev
+
cd /home/git/gitlab
# MySQL installations (note: the line below states '--without ... postgres')