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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Param( | |
$solrVersion = "6.6.2", | |
$installFolder = "d:\solr", | |
$solrPort = "8983", | |
$solrHost = "solr", | |
$solrSSL = $true, | |
$nssmVersion = "2.24", | |
$JREVersion = "1.8.0_151" | |
) |
NewerOlder