Skip to content

Commit 3979b20

Browse files
committed
Add interlinking installation paths
1 parent 7cbe723 commit 3979b20

4 files changed

Lines changed: 36 additions & 5 deletions

File tree

docs/big-data-cluster/deploy-get-started.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ ms.technology: big-data-cluster
1515

1616
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
1717

18-
This article provides an overview of how to deploy [[!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)]](big-data-cluster-overview.md). It is meant to orient you to the concepts and provide a framework for understanding the other deployment articles in this section. Your specific deployment steps vary based on your platform choices for the client and server.
18+
This article provides an overview of how to deploy [[!INCLUDE[big-data-clusters-2019](../includes/ssbigdataclusters-ver15.md)]](big-data-cluster-overview.md).
19+
20+
For other deployment scenarios, see:
21+
22+
- [Windows](../database-engine/install-windows/install-sql-server.md)
23+
- [Linux](../linux/sql-server-linux-setup.md)
24+
- [Docker containers](../linux/sql-server-linux-configure-docker.md)
25+
26+
The article orients you to the concepts and provides a framework for understanding the other deployment articles in this section. Your specific deployment steps vary based on your platform choices for the client and server.
1927

2028
> [!TIP]
2129
> To quickly get an environment with Kubernetes and big data cluster deployed to help you ramp up on its capabilities, use one of the sample scripts pointed to in [the scripts section](#scripts). After deployment, to manage the cluster use the [client tools](#tools) in the following section.

docs/database-engine/install-windows/install-sql-server.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,18 @@ ms.author: mathoma
1616
monikerRange: ">=sql-server-2016||=sqlallproducts-allversions"
1717
---
1818
# Install SQL Server
19+
1920
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-winonly](../../includes/appliesto-ss-xxxx-xxxx-xxx-md-winonly.md)]
20-
21-
Beginning with [!INCLUDE[sssql15](../../includes/sssql15-md.md)], [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] is only available as a 64-bit application. Here are important details about how to get SQL Server and how to install it.
21+
22+
This article provides guidance for installing SQL Server on Windows.
23+
24+
For other deployment scenarios, see:
25+
26+
- [Linux](../../linux/sql-server-linux-setup.md)
27+
- [Docker containers](../../linux/sql-server-linux-configure-docker.md)
28+
- [Kubernetes - Big Data Clusters](../../big-data-cluster/deploy-get-started.md)
29+
30+
Beginning with [!INCLUDE[sssql15](../../includes/sssql15-md.md)], [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] is only available as a 64-bit application. Here are important details about how to get SQL Server and how to install it.
2231

2332
## Installation details
2433

docs/linux/sql-server-linux-configure-docker.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ moniker: ">= sql-server-linux-2017 || >= sql-server-2017 || =sqlallproducts-allv
1515

1616
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
1717

18-
This article explains how to configure and use the [mssql-server-linux container image](https://hub.docker.com/_/microsoft-mssql-server) with Docker. This image consists of SQL Server running on Linux based on Ubuntu 16.04. It can be used with the Docker Engine 1.8+ on Linux or on Docker for Mac/Windows.
18+
This article explains how to configure and use the [mssql-server-linux container image](https://hub.docker.com/_/microsoft-mssql-server) with Docker.
19+
20+
For other deployment scenarios, see:
21+
22+
- [Windows](../database-engine/install-windows/install-sql-server.md)
23+
- [Linux](../linux/sql-server-linux-setup.md)
24+
- [Kubernetes - Big Data Clusters](../big-data-cluster/deploy-get-started.md)
25+
26+
This image consists of SQL Server running on Linux based on Ubuntu 16.04. It can be used with the Docker Engine 1.8+ on Linux or on Docker for Mac/Windows.
1927

2028
> [!NOTE]
2129
> This article specifically focuses on using the mssql-server-linux image. The Windows image is not covered, but you can learn more about it on the [mssql-server-windows Docker Hub page](https://hub.docker.com/r/microsoft/mssql-server-windows-developer/).

docs/linux/sql-server-linux-setup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ ms.assetid: 565156c3-7256-4e63-aaf0-884522ef2a52
1515

1616
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-linuxonly](../includes/appliesto-ss-xxxx-xxxx-xxx-md-linuxonly.md)]
1717

18-
This article provides guidance for installing, updating, and uninstalling SQL Server 2017 and SQL Server 2019 preview on Linux.
18+
This article provides guidance for installing, updating, and uninstalling SQL Server 2017 and SQL Server 2019 on Linux.
19+
20+
For other deployment scenarios, see:
21+
22+
- [Windows](../database-engine/install-windows/install-sql-server.md)
23+
- [Docker containers](../linux/sql-server-linux-configure-docker.md)
24+
- [Kubernetes - Big Data Clusters](../big-data-cluster/deploy-get-started.md)
1925

2026
> [!TIP]
2127
> This guide coves several deployment scenarios. If you are only looking for step-by-step installation instructions, jump to one of the quickstarts:

0 commit comments

Comments
 (0)