Commit 36715c4b444a655d49fbdb43e143acc5d6e6d1df
Exists in
master
and in
13 other branches
Merge branch 'master' into 'master'
Update Documentation for Debian 7.4 Fixes #51
Showing
2 changed files
with
14 additions
and
1 deletions
Show diff stats
README.md
| @@ -17,6 +17,16 @@ sudo dpkg -i gitlab_x.y.z-omnibus-x.ubuntu.12.04_amd64.deb # this is the .deb yo | @@ -17,6 +17,16 @@ sudo dpkg -i gitlab_x.y.z-omnibus-x.ubuntu.12.04_amd64.deb # this is the .deb yo | ||
| 17 | sudo gitlab-ctl reconfigure | 17 | sudo gitlab-ctl reconfigure |
| 18 | ``` | 18 | ``` |
| 19 | 19 | ||
| 20 | +### Debian 7.4 | ||
| 21 | +``` | ||
| 22 | +sudo apt-get install openssh-server | ||
| 23 | +sudo apt-get install exim4-daemon-light | ||
| 24 | +sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded | ||
| 25 | +sudo gitlab-ctl reconfigure | ||
| 26 | +``` | ||
| 27 | + | ||
| 28 | +during the exim installation you may follow http://alexatnet.com/references/server-setup-debian/send-only-mail-server-with-exim to ensure you get a secure mailserver | ||
| 29 | + | ||
| 20 | ### CentOS 6.5 | 30 | ### CentOS 6.5 |
| 21 | 31 | ||
| 22 | ``` | 32 | ``` |
doc/build.md
| @@ -31,6 +31,10 @@ bundle install --path .bundle --binstubs | @@ -31,6 +31,10 @@ bundle install --path .bundle --binstubs | ||
| 31 | bin/omnibus build project gitlab | 31 | bin/omnibus build project gitlab |
| 32 | ``` | 32 | ``` |
| 33 | 33 | ||
| 34 | +## Debian 7.4 | ||
| 35 | + | ||
| 36 | +the steps to build gitlab with omnibus on Debian 7.4 are equal to the ones to build on Ubuntu 12.04 | ||
| 37 | + | ||
| 34 | ## Centos 6.5 | 38 | ## Centos 6.5 |
| 35 | 39 | ||
| 36 | ```shell | 40 | ```shell |
| @@ -154,4 +158,3 @@ $ vagrant up PLATFORM | @@ -154,4 +158,3 @@ $ vagrant up PLATFORM | ||
| 154 | 158 | ||
| 155 | The complete list of valid platform names can be viewed with the | 159 | The complete list of valid platform names can be viewed with the |
| 156 | `vagrant status` command. | 160 | `vagrant status` command. |
| 157 | - |