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
2c56389d
Commit
2c56389d
authored
May 27, 2020
by
Stefan Schrijvers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: install: add missing exiftool dependency
parent
f4dda7f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
changelogs/unreleased/33185-add-missing-install-instruction.yml
...logs/unreleased/33185-add-missing-install-instruction.yml
+5
-0
doc/install/installation.md
doc/install/installation.md
+7
-0
No files found.
changelogs/unreleased/33185-add-missing-install-instruction.yml
0 → 100644
View file @
2c56389d
---
doc
:
"
doc:
install:
add
missing
exiftool
dependency"
merge_request
:
33185
author
:
Stefan Schrijvers
type
:
fixed
doc/install/installation.md
View file @
2c56389d
...
...
@@ -208,6 +208,13 @@ sudo apt-get install -y postfix
Then select 'Internet Site' and press enter to confirm the hostname.
[
GitLab Workhorse
](
https://gitlab.com/gitlab-org/gitlab-workhorse#dependencies
)
requires
`exiftool`
to remove EXIF data from uploaded images.
```
shell
sudo
apt-get
install
-y
libimage-exiftool-perl
```
## 2. Ruby
The Ruby interpreter is required to run 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