Commit 60db79cb authored by Douwe Maan's avatar Douwe Maan

Merge branch 'features/document-graphicsmagick-source-installation' into 'master'

Document graphicsmagick installation for source installation

Closes #56322

See merge request gitlab-org/gitlab-ce!24404
parents 454942da 05704a6a
---
title: Document graphicsmagick installation for source installation
merge_request: 24404
author: Alexis Reigel
type: added
......@@ -117,6 +117,13 @@ sudo make prefix=/usr/local install
# When editing config/gitlab.yml (Step 5), change the git -> bin_path to /usr/local/bin/git
```
For the [Custom Favicon](../customization/favicon.md) to work, graphicsmagick
needs to be installed.
```sh
sudo apt-get install -y graphicsmagick
```
**Note:** In order to receive mail notifications, make sure to install a mail server. By default, Debian is shipped with exim4 but this [has problems](https://gitlab.com/gitlab-org/gitlab-ce/issues/12754) while Ubuntu does not ship with one. The recommended mail server is postfix and you can install it with:
```sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment