Commit 1802891a6d09d6564273c61b2d0c1312863bb49b

Authored by Kay Strobach
1 parent 8f1d1be1

Documentation for #51

Showing 1 changed file with 11 additions and 1 deletions   Show diff stats
README.md
... ... @@ -18,6 +18,16 @@ sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded
18 18 sudo gitlab-ctl reconfigure
19 19 ```
20 20  
  21 +### Debian 7.4
  22 +```
  23 +sudo apt-get install openssh-server
  24 +sudo apt-get install exim4-daemon-light
  25 +sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded
  26 +sudo gitlab-ctl reconfigure
  27 +```
  28 +
  29 +during the exim installation you may follow http://www.gambaru.de/blog/2012/03/21/nur-versenden-mailserver-mit-debian-und-exim/comment-page-1/
  30 +
21 31 ### CentOS 6.5
22 32  
23 33 ```
... ... @@ -196,4 +206,4 @@ This omnibus installer project is based on the awesome work done by Chef in
196 206  
197 207 [downloads]: https://www.gitlab.com/downloads
198 208 [CE README]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md
199 209 -[omnibus-chef-server]: https://github.com/opscode/omnibus-chef-server
  210 +[omnibus-chef-server]: https://github.com/opscode/omnibus-chef-server
200 211 \ No newline at end of file
... ...