File tree Expand file tree Collapse file tree
samples/features/sqlvdi-linux Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,34 +9,34 @@ This folder contains the latest files and samples required to build a SQL Server
99
1010## Known Bugs
1111
12- There is a problem with VDF_LikeDisk and VDF_RandomAccess where the backup/restore is aborted unexpectedly.
12+ There is a problem with VDF_LikeDisk and VDF_RandomAccess where the backup/restore is aborted unexpectedly.
1313
1414## Steps
15+
15161 . Install the mssql-server and mssql-tools packages
1617
1718 [ Install SQL Server on Linux] ( http://docs.microsoft.com/sql/linux/sql-server-linux-setup )
1819 [ Install SQL Server tools on Linux] ( http://docs.microsoft.com/sql/linux/sql-server-linux-setup-tools )
1920
20211 . Install the clang and uuid-dev packages in order to build the sample.
21-
22+
2223 Example (for Ubuntu):
2324
24- ```bash
25- sudo apt-get install clang
26- sudo apt-get install uuid-dev
27- ```
28-
29- 1 . Create a symbolic link to sqlcmd in /usr/bin
30-
25+ ``` bash
26+ sudo apt-get install clang
27+ sudo apt-get install uuid-dev
3128 ```
29+
30+ 1 . Create a symbolic link to sqlcmd in /usr/bin
31+
32+ ``` bash
3233 sudo ln -s /opt/mssql-tools/bin/sqlcmd /usr/bin/sqlcmd
3334 ```
3435
35361 . Copy the vdi sample files to a directory on your Linux machine.
3637
37381 . Run make to build the sample code
3839
39-
40401 . Run the vdi client as the mssql user or follow these instructions:
4141
4242 - Add the user running the vdi client to mssql group ` sudo usermod -a -G mssql vdiuser ` .
You can’t perform that action at this time.
0 commit comments