@@ -20,7 +20,7 @@ You might have some luck using these, but no guarantees:
...
@@ -20,7 +20,7 @@ You might have some luck using these, but no guarantees:
- MacOS X
- MacOS X
- FreeBSD
- FreeBSD
Gitlab does **not** run on Windows and we have no plans of making Gitlab compatible.
GitLab does **not** run on Windows and we have no plans of making GitLab compatible.
## This installation guide created for Debian/Ubuntu and properly tested.
## This installation guide created for Debian/Ubuntu and properly tested.
...
@@ -28,21 +28,21 @@ The installation consists of 6 steps:
...
@@ -28,21 +28,21 @@ The installation consists of 6 steps:
1. Install packages / dependencies
1. Install packages / dependencies
2. Install ruby
2. Install ruby
3. Install gitolite
3. Install Gitolite
4. Install and configure Gitlab.
4. Install and configure GitLab.
5. Start the web front-end
5. Start the web front-end
6. Start a Resque worker (for background processing)
6. Start a Resque worker (for background processing)
### IMPORTANT
### IMPORTANT
Please make sure you have followed all the steps below before posting to the mailinglist with installation and configuration questions.
Please make sure you have followed all the steps below before posting to the mailinglist with installation and configuration questions.
Only create a Github Issue if you want a specific part of this installation guide updated.
Only create a GitHub Issue if you want a specific part of this installation guide updated.
Also read the [Read this before you submit an issue](https://github.com/gitlabhq/gitlabhq/wiki/Read-this-before-you-submit-an-issue) wiki page.
Also read the [Read this before you submit an issue](https://github.com/gitlabhq/gitlabhq/wiki/Read-this-before-you-submit-an-issue) wiki page.
> - - -
> - - -
> First 3 steps can be easily skipped with simply install script:
> The first 3 steps of this guide can be easily skipped by executing an install script:
>
>
> # Install curl and sudo
> # Install curl and sudo
> apt-get install curl sudo
> apt-get install curl sudo
...
@@ -50,9 +50,9 @@ Also read the [Read this before you submit an issue](https://github.com/gitlabhq
...
@@ -50,9 +50,9 @@ Also read the [Read this before you submit an issue](https://github.com/gitlabhq
> # 3 steps in 1 command :)
> # 3 steps in 1 command :)
> curl https://raw.github.com/gitlabhq/gitlabhq/master/doc/debian_ubuntu.sh | sh
> curl https://raw.github.com/gitlabhq/gitlabhq/master/doc/debian_ubuntu.sh | sh
>
>
> Now you can go to step 4"
> Now you can go to [Step 4](#4-install-gitlab-and-configuration-check-status-configuration)
>
>
> Or if you are installing on Amazon Web Services using Ubuntu 12.04 you can do all steps (1 to 6) at once with:
> Or if you are installing on Amazon Web Services using Ubuntu 12.04 you can do all steps (1 to 6) at once with:
>
>
> curl https://raw.github.com/gitlabhq/gitlabhq/master/lib/support/aws/debian_ubuntu_aws.sh | sh
> curl https://raw.github.com/gitlabhq/gitlabhq/master/lib/support/aws/debian_ubuntu_aws.sh | sh
>
>
...
@@ -61,7 +61,11 @@ Also read the [Read this before you submit an issue](https://github.com/gitlabhq
...
@@ -61,7 +61,11 @@ Also read the [Read this before you submit an issue](https://github.com/gitlabhq
# 1. Install packages
# 1. Install packages
*Keep in mind that `sudo` is not installed for debian by default. You should install it with as root:***apt-get update && apt-get upgrade && apt-get install sudo**
*Keep in mind that `sudo` is not installed on Debian by default. You should install it as root:*