Skip to content

Instantly share code, notes, and snippets.

View markotsoi's full-sized avatar

Marko Tsoi markotsoi

  • Brisbane, Queensland
View GitHub Profile
@gillissm
gillissm / SitecoreEasyInstall.ps1
Last active April 3, 2018 21:38
PowerShell Script for Simplifing Sitecore Experience Platform (XP) 9 Local Installs
#define parameters
##CUSTOM TO THE ENVIRONMENT - THE FOLLOWING ALL SHOULD BE UPDATED TO REFLECT YOUR LOCAL MACHINE
###Value that will be used as the prefix for Sitecore URL, db prefix and Solr core prefixes
$prefix = "easysitecore20"
###Path to the working directory, where this file has been saved to
$PSScriptRoot = "C:\\Sc9Install\\EasyInstall"
###Path to the Sitecore License File
$SitecoreLicense = "C:\\SitecoreVersions\\license.xml"
###Name that Solr will run as