mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Merge branch 'master' of https://github.com/Microsoft/sql-server-samples
This commit is contained in:
+3
-3
@@ -28,19 +28,19 @@ sudo systemctl reboot
|
||||
curl --output setup-bdc.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh
|
||||
```
|
||||
|
||||
1. Make the script executable
|
||||
2. Make the script executable
|
||||
|
||||
``` bash
|
||||
chmod +x setup-bdc.sh
|
||||
```
|
||||
|
||||
1. Run the script (make sure you are running with sudo)
|
||||
3. Run the script (make sure you are running with sudo)
|
||||
|
||||
``` bash
|
||||
sudo ./setup-bdc.sh
|
||||
```
|
||||
|
||||
1. Refresh alias setup for azdata
|
||||
4. Refresh alias setup for azdata
|
||||
|
||||
``` bash
|
||||
source ~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user