Commit e44186209e4fc5015639e18dd10a1991cd852401
Exists in
spb-stable
and in
3 other branches
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,12 +2,14 @@ | ||
2 | Make sure you view this installation guide from the branch (version) of GitLab you would like to install. In most cases | 2 | Make sure you view this installation guide from the branch (version) of GitLab you would like to install. In most cases |
3 | this should be the highest numbered stable branch (example shown below). | 3 | this should be the highest numbered stable branch (example shown below). |
4 | 4 | ||
5 | - | 5 | + |
6 | 6 | ||
7 | If this is unclear check the [GitLab Blog](http://blog.gitlab.org/) for installation guide links by version. | 7 | If this is unclear check the [GitLab Blog](http://blog.gitlab.org/) for installation guide links by version. |
8 | 8 | ||
9 | # Important notes | 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 | 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. | 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 | 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). | 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). |