Skip to content

Instantly share code, notes, and snippets.

View sebastiantecsi's full-sized avatar

Sebastian Tecsi sebastiantecsi

View GitHub Profile
@sebastiantecsi
sebastiantecsi / InstallSitecoreInstance.ps1
Created January 7, 2018 12:27 — forked from jisha86swamy/InstallSitecoreInstance.ps1
Script file to install sitecore 9 instance
#define parameters
$prefix = "xp062"
$SqlServer = "sql server"
$SqlAdminUser = "admin user name"
$SqlAdminPassword="admin user password"
$SolrVersionNumber ='6.6.2'
$KeyToolFilePath ='C:\Program Files (x86)\Java\jre1.8.0_121\bin\keytool.exe'
$SQLCommandBinFolderPath ='C:\Program Files (x86)\Java\jre1.8.0_121\bin\keytool.exe'

This uses Chocolatey and Boxstarter to install a loadout for Sitecore/.NET development on a new computer. Click the link below to start a click-to-run that does all the things. It's that easy. Fork the gist and alter the link below to customize for your own usage!

Click here to start install

Param(
$solrVersion = "6.6.2",
$installFolder = "d:\solr",
$solrPort = "8983",
$solrHost = "solr",
$solrSSL = $true,
$nssmVersion = "2.24",
$JREVersion = "1.8.0_151"
)