Commit b905d6be333774a62a9abea568eff108a0db20f3
1 parent
581ebed7
Exists in
master
and in
4 other branches
Remove the duplication with the downloads page.
Showing
1 changed file
with
2 additions
and
31 deletions
Show diff stats
README.md
@@ -14,36 +14,7 @@ stable branch (example shown below). | @@ -14,36 +14,7 @@ stable branch (example shown below). | ||
14 | 14 | ||
15 | ## Installation | 15 | ## Installation |
16 | 16 | ||
17 | -Please [download the package][downloads] and follow the steps below. | ||
18 | - | ||
19 | -### Ubuntu 12.04 | ||
20 | - | ||
21 | -``` | ||
22 | -sudo apt-get install openssh-server | ||
23 | -sudo apt-get install postfix # sendmail or exim is also OK | ||
24 | -sudo dpkg -i gitlab_x.y.z-omnibus-x.ubuntu.12.04_amd64.deb # this is the .deb you downloaded | ||
25 | -sudo gitlab-ctl reconfigure | ||
26 | -``` | ||
27 | - | ||
28 | -### Debian 7.4 | ||
29 | -``` | ||
30 | -sudo apt-get install openssh-server | ||
31 | -sudo apt-get install exim4-daemon-light | ||
32 | -sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded | ||
33 | -sudo gitlab-ctl reconfigure | ||
34 | -``` | ||
35 | - | ||
36 | -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 | ||
37 | - | ||
38 | -### CentOS 6.5 | ||
39 | - | ||
40 | -``` | ||
41 | -sudo yum install openssh-server | ||
42 | -sudo yum install postfix # sendmail or exim is also OK | ||
43 | -sudo rpm -i gitlab-x.y.z_omnibus-x.el6.x86_64.rpm # this is the .rpm you downloaded | ||
44 | -sudo gitlab-ctl reconfigure | ||
45 | -sudo lokkit -s http -s ssh # open up the firewall for HTTP and SSH requests | ||
46 | -``` | 17 | +Please follow the steps on the [downloads page][downloads]. |
47 | 18 | ||
48 | ### After installation | 19 | ### After installation |
49 | 20 | ||
@@ -558,7 +529,7 @@ method][CE README]. | @@ -558,7 +529,7 @@ method][CE README]. | ||
558 | This omnibus installer project is based on the awesome work done by Chef in | 529 | This omnibus installer project is based on the awesome work done by Chef in |
559 | [omnibus-chef-server][omnibus-chef-server]. | 530 | [omnibus-chef-server][omnibus-chef-server]. |
560 | 531 | ||
561 | -[downloads]: https://www.gitlab.com/downloads | 532 | +[downloads]: https://about.gitlab.com/downloads/ |
562 | [CE README]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md | 533 | [CE README]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md |
563 | [omnibus-chef-server]: https://github.com/opscode/omnibus-chef-server | 534 | [omnibus-chef-server]: https://github.com/opscode/omnibus-chef-server |
564 | [gitlab.yml.erb]: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb | 535 | [gitlab.yml.erb]: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb |