|
|
|
## Prerequisites
|
|
|
|
We installed GitLab to Google Cloud Compute Engine. See the documentation about prerequisites from [installation file](Gitlab_compose container_guide) .
|
|
|
|
We installed GitLab to Google Cloud Compute Engine. See the documentation about prerequisites from https://docs.gitlab.com/ce/install/requirements.html .
|
|
|
|
We used Ubuntu 16.04 virtual machine running in Google Cloud Computing Engine.
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get install -y curl openssh-server ca-certificates
|
|
|
|
sudo apt-get install -y postfix
|
|
|
|
```
|
|
|
|
|