Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1c8e4fcd
Commit
1c8e4fcd
authored
Aug 10, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include RE2 in the upgrade docs
parent
188181b7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
53 additions
and
0 deletions
+53
-0
doc/install/installation.md
doc/install/installation.md
+3
-0
doc/update/8.17-to-9.0.md
doc/update/8.17-to-9.0.md
+10
-0
doc/update/9.0-to-9.1.md
doc/update/9.0-to-9.1.md
+10
-0
doc/update/9.1-to-9.2.md
doc/update/9.1-to-9.2.md
+10
-0
doc/update/9.2-to-9.3.md
doc/update/9.2-to-9.3.md
+10
-0
doc/update/9.3-to-9.4.md
doc/update/9.3-to-9.4.md
+10
-0
No files found.
doc/install/installation.md
View file @
1c8e4fcd
...
...
@@ -66,6 +66,9 @@ Install the required packages (needed to compile Ruby and native extensions to R
sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libre2-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils pkg-config cmake
Ubuntu 14.04 (Trusty Tahr) doesn't have the
`libre2-dev`
package available, but
you can
[
install re2 manually
](
https://github.com/google/re2/wiki/Install
)
.
If you want to use Kerberos for user authentication, then install libkrb5-dev:
sudo apt-get install libkrb5-dev
...
...
doc/update/8.17-to-9.0.md
View file @
1c8e4fcd
...
...
@@ -264,6 +264,16 @@ sudo systemctl daemon-reload
### 9. Install libs, migrations, etc.
GitLab 9.0.11
[
introduced
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/24570
)
a dependency on on the
`re2`
regular expression library. To install this dependency:
```
bash
sudo
apt-get
install
libre2-dev
```
Ubuntu 14.04 (Trusty Tahr) doesn't have the
`libre2-dev`
package available, but
you can
[
install re2 manually
](
https://github.com/google/re2/wiki/Install
)
.
```
bash
cd
/home/git/gitlab
...
...
doc/update/9.0-to-9.1.md
View file @
1c8e4fcd
...
...
@@ -264,6 +264,16 @@ sudo systemctl daemon-reload
### 9. Install libs, migrations, etc.
GitLab 9.1.8
[
introduced
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/24570
)
a dependency on on the
`re2`
regular expression library. To install this dependency:
```
bash
sudo
apt-get
install
libre2-dev
```
Ubuntu 14.04 (Trusty Tahr) doesn't have the
`libre2-dev`
package available, but
you can
[
install re2 manually
](
https://github.com/google/re2/wiki/Install
)
.
```
bash
cd
/home/git/gitlab
...
...
doc/update/9.1-to-9.2.md
View file @
1c8e4fcd
...
...
@@ -222,6 +222,16 @@ sudo systemctl daemon-reload
### 10. Install libs, migrations, etc.
GitLab 9.2.8
[
introduced
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/24570
)
a dependency on on the
`re2`
regular expression library. To install this dependency:
```
bash
sudo
apt-get
install
libre2-dev
```
Ubuntu 14.04 (Trusty Tahr) doesn't have the
`libre2-dev`
package available, but
you can
[
install re2 manually
](
https://github.com/google/re2/wiki/Install
)
.
```
bash
cd
/home/git/gitlab
...
...
doc/update/9.2-to-9.3.md
View file @
1c8e4fcd
...
...
@@ -258,6 +258,16 @@ sudo systemctl daemon-reload
### 12. Install libs, migrations, etc.
GitLab 9.3.8
[
introduced
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/24570
)
a dependency on on the
`re2`
regular expression library. To install this dependency:
```
bash
sudo
apt-get
install
libre2-dev
```
Ubuntu 14.04 (Trusty Tahr) doesn't have the
`libre2-dev`
package available, but
you can
[
install re2 manually
](
https://github.com/google/re2/wiki/Install
)
.
```
bash
cd
/home/git/gitlab
...
...
doc/update/9.3-to-9.4.md
View file @
1c8e4fcd
...
...
@@ -271,6 +271,16 @@ sudo systemctl daemon-reload
### 12. Install libs, migrations, etc.
GitLab 9.4
[
introduced
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/24570
)
a dependency on on the
`re2`
regular expression library. To install this dependency:
```
bash
sudo
apt-get
install
libre2-dev
```
Ubuntu 14.04 (Trusty Tahr) doesn't have the
`libre2-dev`
package available, but
you can
[
install re2 manually
](
https://github.com/google/re2/wiki/Install
)
.
```
bash
cd
/home/git/gitlab
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment