Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit fbf4268

Browse files
authored
Merge pull request #61 from rothja/getstartedwork
Outline of getting started guide
2 parents dd3f86e + 65ec578 commit fbf4268

3 files changed

Lines changed: 56 additions & 19 deletions

File tree

docs/linux/sql-server-linux-get-started-tutorial.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
author: rothja
77
ms.author: jroth
88
manager: jhubbard
9-
ms.date: 10-20-2016
9+
ms.date: 10-26-2016
1010
ms.topic: article
1111
ms.prod: sql-non-specified
1212
ms.service:
@@ -27,5 +27,46 @@ ms.assetid:
2727
---
2828
# Get started with SQL Server on Linux
2929

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)
40+
- [Docker Engine 1.8+](http://www.docker.com/products/docker#/linux)
41+
3042
> [!NOTE]
31-
> 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.
47+
48+
- [Ubuntu 16.04 Azure VM](https://azure.microsoft.com/marketplace/partners/canonical/ubuntuserver1604lts/)
49+
- [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:
55+
56+
| Distribution | Installation |
57+
|-----|-----|
58+
| Ubuntu | [Installation guide](sql-server-linux-setup-ubuntu.md) |
59+
| Red Hat Enterprise | [Installation guide](sql-server-linux-setup-red-hat.md) |
60+
| Docker | [Installation guide](sql-server-linux-setup-docker.md) |
61+
62+
## Connect locally or remotely
63+
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.
70+
71+
## Next Steps
72+
TODO: point to other topics in this content set.

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

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,23 @@ ms.assetid:
2727
---
2828
# SQL Server on Linux overview
2929

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.
3131

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
3833

3934
The following Linux distributions are currently supported for this release.
4035

41-
| Distribution | Installation |
42-
|-----|-----|
43-
| Ubuntu 16.04 | [Installation guide](sql-server-linux-setup-ubuntu.md) |
44-
| Red Hat Enterprise Linux 7.2 | [Installation guide](sql-server-linux-setup-red-hat.md) |
45-
| Docker Engine 1.8+ | [Installation guide](sql-server-linux-setup-docker.md) |
36+
- **Ubuntu 16.04**
37+
- **Red Hat Enterprise Linux 7.2**
38+
- **Docker Engine 1.8+, Docker for Mac/Windows**
39+
40+
## Supported features
41+
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).
4642

47-
## Next steps
43+
## Get started
4844

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:
5046

5147
- Go through the topics in the [Get started](sql-server-linux-get-started-tutorial.md) section.
5248
- [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)).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ms.assetid:
2929

3030
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.
3131

32-
## Supported distirbutions
32+
## Supported distributions
3333
SQL Server vNext CTP1 is supported on the following distributions:
3434

3535
| Distribution | Supported version |
@@ -47,7 +47,7 @@ It also has support for the Docker Engine running on any supported Linux distrib
4747

4848
## Installation guides
4949

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.
5151

5252
- [Install SQL Server on Linux (Ubuntu)](sql-server-linux-setup-ubuntu.md)
5353
- [Install SQL Server on Linux (Red Hat Enterprise Linux)](sql-server-linux-setup-red-hat.md)

0 commit comments

Comments
 (0)