diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-24 21:31:39 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-08-24 21:31:39 +0000 |
commit | 986b80d0d13f3e95ed02fd721631bebcd94648c1 (patch) | |
tree | 35d08d7e086eb27a2f50bc1b04b70e89b6615563 /doc/install/README.md | |
parent | 26189a04a8b88a0b44d5bb631f553623df16412e (diff) | |
download | gitlab-ce-986b80d0d13f3e95ed02fd721631bebcd94648c1.tar.gz |
New doc: how to install GitLab on Azure
Diffstat (limited to 'doc/install/README.md')
-rw-r--r-- | doc/install/README.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/install/README.md b/doc/install/README.md index bc831a37735..1d510cb29c3 100644 --- a/doc/install/README.md +++ b/doc/install/README.md @@ -18,9 +18,17 @@ the hardware requirements. Useful for unsupported systems like *BSD. For an overview of the directory structure, read the [structure documentation](structure.md). - [Docker](https://docs.gitlab.com/omnibus/docker/) - Install GitLab using Docker. + +## Install GitLab on cloud providers + - [Installing in Kubernetes](kubernetes/index.md) - Install GitLab into a Kubernetes Cluster using our official Helm Chart Repository. -- Testing only! [DigitalOcean and Docker Machine](digitaloceandocker.md) - +- [Install GitLab on OpenShift](../articles/openshift_and_gitlab/index.md) +- [Install GitLab on DC/OS](https://mesosphere.com/blog/gitlab-dcos/) via [GitLab-Mesosphere integration](https://about.gitlab.com/2016/09/16/announcing-gitlab-and-mesosphere/) +- [Install GitLab on Azure](azure/index.md) +- [Install GitLab on Google Cloud Platform](google_cloud_platform/index.md) +- [Install on AWS](https://about.gitlab.com/aws/) +- _Testing only!_ [DigitalOcean and Docker Machine](digitaloceandocker.md) - Quickly test any version of GitLab on DigitalOcean using Docker Machine. ## Database |