Commit e44186209e4fc5015639e18dd10a1991cd852401

Authored by Dmitriy Zaporozhets
2 parents 4e890e5b 7f9081c1

Merge branch 'encouragement-during-install' into 'master'

Encouragement during install
Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -2,12 +2,14 @@
2 2 Make sure you view this installation guide from the branch (version) of GitLab you would like to install. In most cases
3 3 this should be the highest numbered stable branch (example shown below).
4 4  
5   -![capture](https://f.cloud.github.com/assets/1192780/564911/2f9f3e1e-c5b7-11e2-9f89-98e527d1adec.png)
  5 +![capture](http://i.imgur.com/d2AlIVj.png)
6 6  
7 7 If this is unclear check the [GitLab Blog](http://blog.gitlab.org/) for installation guide links by version.
8 8  
9 9 # Important notes
10 10  
  11 +This guide is long because it covers many cases and includes all commands you need, this is [one of the few installation scripts that actually works out of the box](https://twitter.com/robinvdvleuten/status/424163226532986880).
  12 +
11 13 This installation guide was created for and tested on **Debian/Ubuntu** operating systems. Please read [`doc/install/requirements.md`](./requirements.md) for hardware and operating system requirements.
12 14  
13 15 This is the official installation guide to set up a production server. To set up a **development installation** or for many other installation options please consult [the installation section in the readme](https://github.com/gitlabhq/gitlabhq#installation).
... ...