Commit 6095a1cb2535f9bc7d5abd835ad4b1fdf0a34e31

Authored by Sytse Sijbrandij
1 parent 2e07865f

Comprehensive list of installation methods.

Showing 1 changed file with 7 additions and 16 deletions   Show diff stats
@@ -44,32 +44,24 @@ @@ -44,32 +44,24 @@
44 44
45 ** More details are in the [requirements doc](doc/install/requirements.md) 45 ** More details are in the [requirements doc](doc/install/requirements.md)
46 46
47 -### Installation 47 +### Official installation methods
48 48
49 -#### Official production installation 49 +* [Manual installation guide for a production server](doc/install/installation.md)
50 50
51 -* [Installation guide for a production server](doc/install/installation.md) 51 +* [GitLab Chef Cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md) This cookbook can be used both for development installations and production installations. If you want to [contribute](CONTRIBUTE.md) to GitLab we suggest you follow the [development installation on a virtual machine with Vagrant](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/doc/development.md) instructions to install all testing dependencies.
52 52
  53 +### Third party one-click installers
53 54
54 -#### Official development installation 55 +* [Digital Ocean 1-Click Application Install](https://www.digitalocean.com/blog_posts/host-your-git-repositories-in-55-seconds-with-gitlab) Have a new server up in 55 seconds. Digital Ocean uses SSD disks which is great for an IO intensive app such as GitLab.
55 56
56 -If you want to contribute, please first read our [Contributing Guidelines](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md) and then we suggest you to use the Vagrant virtual machine project to get an environment working with all dependencies. 57 +* [BitNami one-click installers](http://bitnami.com/stack/gitlab) This package contains both GitLab and GitLab CI. It is available as installer, virtual machine or for cloud hosting providers (Amazon Web Services/Azure/etc.).
57 58
58 -* [Vagrant virtual machine for development](https://github.com/gitlabhq/gitlab-vagrant-vm)  
59 -  
60 -  
61 -#### Unofficial production installations 59 +#### Unofficial installation methods
62 60
63 * [GitLab recipes](https://github.com/gitlabhq/gitlab-recipes) repository with unofficial guides for using GitLab with different software (operating systems, webservers, etc.) than the official version. 61 * [GitLab recipes](https://github.com/gitlabhq/gitlab-recipes) repository with unofficial guides for using GitLab with different software (operating systems, webservers, etc.) than the official version.
64 62
65 * [Installation guides](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Unofficial-Installation-Guides) public wiki with unofficial guides to install GitLab on different operating systems. 63 * [Installation guides](https://github.com/gitlabhq/gitlab-public-wiki/wiki/Unofficial-Installation-Guides) public wiki with unofficial guides to install GitLab on different operating systems.
66 64
67 -  
68 -* [Digital Ocean 1-Click Application Install](https://www.digitalocean.com/) Have a new server up in 55 seconds. Digital Ocean uses SSD disks which is great for an IO intensive app as GitLab. Look for GitLab under 'Select Image' => 'Applications' when creating a droplet.  
69 -  
70 -* [BitNami one-click installers](http://bitnami.com/stack/gitlab) Get an image with GitLab and GitLab CI preinstalled for Amazon Web Services, Azure, VMware or your local server.  
71 -  
72 -  
73 ### New versions and upgrading 65 ### New versions and upgrading
74 66
75 Since 2011 GitLab is released on the 22nd of every month. Every new release includes an upgrade guide. 67 Since 2011 GitLab is released on the 22nd of every month. Every new release includes an upgrade guide.
@@ -80,7 +72,6 @@ Since 2011 GitLab is released on the 22nd of every month. Every new release incl @@ -80,7 +72,6 @@ Since 2011 GitLab is released on the 22nd of every month. Every new release incl
80 72
81 * Features that will be in the next releases are listed on [the feedback and suggestions forum](http://feedback.gitlab.com/forums/176466-general) with the status [started](http://feedback.gitlab.com/forums/176466-general/status/796456) and [completed](http://feedback.gitlab.com/forums/176466-general/status/796457). 73 * Features that will be in the next releases are listed on [the feedback and suggestions forum](http://feedback.gitlab.com/forums/176466-general) with the status [started](http://feedback.gitlab.com/forums/176466-general/status/796456) and [completed](http://feedback.gitlab.com/forums/176466-general/status/796457).
82 74
83 -  
84 ### Run in production mode 75 ### Run in production mode
85 76
86 The Installation guide contains instructions on how to download an init script and run it automatically on boot. You can also start the init script manually: 77 The Installation guide contains instructions on how to download an init script and run it automatically on boot. You can also start the init script manually: