|
@@ -1,13 +1,13 @@
|
|
# To download and run this script, open an elevated Command Prompt and then run:
|
|
# To download and run this script, open an elevated Command Prompt and then run:
|
|
#
|
|
#
|
|
-# powershell -ExecutionPolicy Bypass -Command "iex (New-Object Net.WebClient).DownloadString('https://raw.github.com/TechEmpower/FrameworkBenchmarks/master/setup-sqlserver-bootstrap.ps1')"
|
|
|
|
|
|
+# powershell -ExecutionPolicy Bypass -Command "iex (New-Object Net.WebClient).DownloadString('https://raw.github.com/TechEmpower/FrameworkBenchmarks/master/toolset/setup/sqlserver/setup-sqlserver-bootstrap.ps1')"
|
|
|
|
|
|
$basedir = "C:\FrameworkBenchmarks"
|
|
$basedir = "C:\FrameworkBenchmarks"
|
|
$rawRepo = "https://raw.github.com/TechEmpower/FrameworkBenchmarks/master"
|
|
$rawRepo = "https://raw.github.com/TechEmpower/FrameworkBenchmarks/master"
|
|
|
|
|
|
$config_url = $rawRepo + "/config"
|
|
$config_url = $rawRepo + "/config"
|
|
$config_local = $basedir + "\config"
|
|
$config_local = $basedir + "\config"
|
|
-$setup_sqlserver_url = $rawRepo + "/setup-sqlserver.ps1"
|
|
|
|
|
|
+$setup_sqlserver_url = $rawRepo + "/toolset/setup/sqlserver/setup-sqlserver.ps1"
|
|
$setup_sqlserver_local = $basedir + "\setup-sqlserver.ps1"
|
|
$setup_sqlserver_local = $basedir + "\setup-sqlserver.ps1"
|
|
$create_sqlserver_login_and_database_url = $config_url + "/create-sqlserver-login-and-database.sql"
|
|
$create_sqlserver_login_and_database_url = $config_url + "/create-sqlserver-login-and-database.sql"
|
|
$create_sqlserver_login_and_database_local = $config_local + "/create-sqlserver-login-and-database.sql"
|
|
$create_sqlserver_login_and_database_local = $config_local + "/create-sqlserver-login-and-database.sql"
|