diff options
| author | Douwe Maan <douwe@gitlab.com> | 2019-01-16 14:12:07 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2019-01-16 14:12:07 +0000 |
| commit | 60db79cbf52cf17ea332edbc4c99fe5c27ca61ee (patch) | |
| tree | ca5e2da5f88eef3d387a132cb99eebcbeb5199e9 /doc | |
| parent | 454942da67911ed6968b799f23c6b9080da7b856 (diff) | |
| parent | 05704a6ae18c64e44ffd713724850d5901b7b88e (diff) | |
| download | gitlab-ce-60db79cbf52cf17ea332edbc4c99fe5c27ca61ee.tar.gz | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/install/installation.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 678c306a484..2eba2cc4847 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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 |
