You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-get-started-tutorial.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description:
6
6
author: rothja
7
7
ms.author: jroth
8
8
manager: jhubbard
9
-
ms.date: 10-20-2016
9
+
ms.date: 10-26-2016
10
10
ms.topic: article
11
11
ms.prod: sql-non-specified
12
12
ms.service:
@@ -27,5 +27,46 @@ ms.assetid:
27
27
---
28
28
# Get started with SQL Server on Linux
29
29
30
+
This topic is a guide for how to get started using SQL Server vNext CTP1 on Linux. It does not assume that you have experience with either Linux or SQL Server. If you do have a background in either area, you can scan this topic to find any additional information or links to other resources.
31
+
32
+
## Install Linux
33
+
If you do not already have a Linux machine, you must either install Linux on a physical server or a virtual machine (VM).
34
+
35
+
### Manual installation
36
+
To manually install Linux on a target machine, review the documentation provided for your target platform:
37
+
38
+
-[Ubuntu 16.04](https://www.ubuntu.com/download)
39
+
-[Red Hat Enterprise Linux 7.2](https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux)
> This tutorial was meant to walk people through an end-to-end experience. But it might get repetitive with the breakout topics for install and connect and query. So instead it might provide a walk through that points to those other sections like a learning map. In this case it might act more as a top-level orientation topic in this section of content.
43
+
> Although the focus of this topic is on installing SQL Server vNext on Linux, you can also install it on the latest [Docker for Mac](http://www.docker.com/products/docker#/mac) and [Docker for Windows](http://www.docker.com/products/docker#/windows).
44
+
45
+
### Azure VMs
46
+
Another option is to install Linux on a virtual machine. Use the following topics to create virtual machines in Azure with Linux already installed.
-[Red Hat Enterprise Linux 7.2 Azure VM](https://azure.microsoft.com/marketplace/partners/redhat/redhatenterpriselinux72/)
50
+
51
+
For a tutorial that walks you through the VM creation process, see [Create a Linux VM on Azure using the Portal](https://azure.microsoft.com/documentation/articles/virtual-machines-linux-quick-create-portal/). For all other Azure Linux VM resources, see [Linux Virtual Machines documentation](https://azure.microsoft.com/documentation/services/virtual-machines/linux/).
52
+
53
+
## Install SQL Server
54
+
Next, set up SQL Server vNext on your Linux machine using one of the following guides:
TODO: provide links to the connection topics and talk about local and remote connectivity
64
+
65
+
## Create a database
66
+
TODO: provide the T-SQL for creating a database. Point to restore article that installs the AdventureWorks sample DB.
67
+
68
+
## Explore SQL Server capabilities on Linux
69
+
TODO: provide links to the main SQL Server documentation, maybe a table of the most popular ones with links and descriptions. Link to supportability topic here too for guidance on understanding how to read the main documentation set in relation to SQL Server.
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-overview.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,27 +27,23 @@ ms.assetid:
27
27
---
28
28
# SQL Server on Linux overview
29
29
30
-
This topic provides and overview of SQL Server vNext CTP1 running on Linux.
30
+
SQL Server vNext CTP1 now runs on Linux. The topics in this section focuses on what you need to know to use SQL Server on Linux. In many ways, SQL Server capabilities and features work the same regardless of your operating system. The content in this section highlights Linux-specific guidance.
31
31
32
-
In many areas, SQL Server capabilities and features operate the same regardless of the operating system. The content in this section highlights Linux-specific guidance.
33
-
34
-
## Supported features
35
-
For specific information about what this release supports on Linux, see [Supported features of SQL Server on Linux](sql-server-linux-supported-features.md). For known issues, also review the [Release notes](sql-server-linux-release-notes.md).
36
-
37
-
## Installation
32
+
## Supported distributions
38
33
39
34
The following Linux distributions are currently supported for this release.
For specific information about what this release supports on Linux, see [Supported features of SQL Server on Linux](sql-server-linux-supported-features.md). For known issues, also review the [Release notes](sql-server-linux-release-notes.md).
46
42
47
-
## Next steps
43
+
## Get started
48
44
49
-
Once you've installed SQL Server vNext, there are several ways to get started.
45
+
Use the following resources to get started using SQL Server on Linux:
50
46
51
47
- Go through the topics in the [Get started](sql-server-linux-get-started-tutorial.md) section.
52
48
-[Install the AdventureWorks sample database](sql-server-linux-restore-database.md).
53
-
- Review the complete set of [SQL Server documentation](https://msdn.microsoft.com/library/mt590198.aspx). The documentation applies to SQL Server running on any platform (except for areas that are not yet [supported on Linux](sql-server-linux-supported-features.md)).
49
+
- Review the complete set of [SQL Server documentation](https://msdn.microsoft.com/library/mt590198.aspx). This content applies to SQL Server running on any platform (except for areas that are not yet [supported on Linux](sql-server-linux-supported-features.md)).
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ ms.assetid:
29
29
30
30
SQL Server vNext CTP1 is supported on several distribution of Linux. It is also available as a Docker image which can run on Docker for Linux, Windows, and Mac. The topics in this section provide tutorials and general guidance for installing SQL Server vNext CTP1 on Linux.
31
31
32
-
## Supported distirbutions
32
+
## Supported distributions
33
33
SQL Server vNext CTP1 is supported on the following distributions:
34
34
35
35
| Distribution | Supported version |
@@ -47,7 +47,7 @@ It also has support for the Docker Engine running on any supported Linux distrib
47
47
48
48
## Installation guides
49
49
50
-
The following guides provide installation walkthroughs for the supported Linux distributions.
50
+
The following guides provide step-by-step installation guides for the supported Linux distributions.
51
51
52
52
-[Install SQL Server on Linux (Ubuntu)](sql-server-linux-setup-ubuntu.md)
53
53
-[Install SQL Server on Linux (Red Hat Enterprise Linux)](sql-server-linux-setup-red-hat.md)
0 commit comments