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: README.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
This repo has the ***demo scripts*** and ***talking points*** for the ***SQL Server in Docker*** demos presented to the STRAPS team in Salesforce Marketing Cloud, May 2019.
@@ -16,3 +15,32 @@ These are the prerequisites to run this demo:
16
15
- A MacBook (or other computer)
17
16
- Azure Data Studio
18
17
- Docker
18
+
19
+
## Demo Setup
20
+
21
+
Perform these steps ***once*** on your computer:
22
+
23
+
### Setup MacBook
24
+
25
+
1. Install *Python* and *pip* on your MacBook. Here's a great guide for macOS: <https://hackercodex.com/guide/python-development-environment-on-mac-osx>
26
+
1. Download and install Azure Data Studio for MacOS from here: <https://docs.microsoft.com/en-us/sql/azure-data-studio/download>
27
+
1. Install the *mssql-scripter* commands line tool as described here: <https://github.com/Microsoft/sql-xplat-cli/blob/dev/doc/installation_guide.md>
28
+
1. Install *mssql-tools* for macOS as described here: <https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools#macos>
29
+
1. Install the *mssql-cli* command line tool as described here: <https://docs.microsoft.com/en-us/sql/tools/mssql-cli>
30
+
1. Browse to <https://github.com/sanagama/sqldemo-docker>
31
+
1. Click ```Clone or Download``` then click ```Download ZIP```
32
+
1. Save the ZIP file to your ```HOME``` directory
33
+
1. Extract the zip file to ```~/sqldemo-docker```
34
+
35
+
### Setup Docker
36
+
37
+
Download Docker for your operating system and complete the installation:
38
+
-[Docker for Mac](https://www.docker.com/docker-mac)
39
+
-[Docker for Windows](https://www.docker.com/docker-windows)
40
+
41
+
Increase Docker memory to 4 GB as documented here:
Copy file name to clipboardExpand all lines: demo-script.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@
5
5
This page has the ***demo scripts*** and ***talking points*** for the ***SQL Server in Docker*** demos presented to the STRAPS team in Salesforce Marketing Cloud, May 2019.
0 commit comments