| ... | ... | @@ -8,4 +8,13 @@ sudo apt-get update |
|
|
|
sudo apt-get install -y curl openssh-server ca-certificates
|
|
|
|
sudo apt-get install -y postfix
|
|
|
|
```
|
|
|
|
### Add the GitLab package repository and install the package
|
|
|
|
```
|
|
|
|
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash
|
|
|
|
```
|
|
|
|
### Installing the GitLab package
|
|
|
|
You can configure the external url or can change the configuration later on /etc/gitlab/gitlab.rb configuration file.
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo EXTERNAL_URL="http://gitlab.example.com" apt-get install gitlab-ee
|
|
|
|
``` |
|
|
\ No newline at end of file |