diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-01-30 16:03:27 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-01-30 16:03:27 +0100 |
commit | 1a1d7085fa02e1ef681b10e15c2f144cc5224a9d (patch) | |
tree | 2f40ca6cbe10a1d3312db48823043030d9386b10 /doc/update | |
parent | c47328948b5fff218c68279260a57ab6b03e7423 (diff) | |
download | gitlab-ce-1a1d7085fa02e1ef681b10e15c2f144cc5224a9d.tar.gz |
Mention libkrb5-dev dependency
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/6.x-or-7.x-to-7.7.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.7.md b/doc/update/6.x-or-7.x-to-7.7.md index 6501a8d2148..0cbea5d5997 100644 --- a/doc/update/6.x-or-7.x-to-7.7.md +++ b/doc/update/6.x-or-7.x-to-7.7.md @@ -89,6 +89,9 @@ sudo apt-get install logrotate # Install pkg-config and cmake, which is needed for the latest versions of rugged sudo apt-get install pkg-config cmake + +# Install Kerberos header files, which are needed for GitLab EE Kerberos support +sudo apt-get install libkrb5-dev ``` ## 5. Configure Redis to use sockets |