Skip to content

Instantly share code, notes, and snippets.

@marklkelly
Last active December 29, 2015 17:39
Show Gist options
  • Save marklkelly/7706037 to your computer and use it in GitHub Desktop.
Save marklkelly/7706037 to your computer and use it in GitHub Desktop.
EPi Presales Dev Environment
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
cinst IIS-WebServerRole -source windowsfeatures
cinst ASPNET -source webpi
cinst NetFx3 -source windowsfeatures
cinst DotNet4.5.1
cinst aspnetmvc4.install
cinst VisualStudio2013Professional
cinst MsSqlServer2012ExpressAdv
cinst GoogleChrome
cinst msysgit
cinst fiddler
cinst SourceTree
cinst notepadplusplus
cinst javaruntime
cinst resharper
Install-ChocolateyVsixPackage episerver http://visualstudiogallery.msdn.microsoft.com/4ad95160-e72f-4355-b53e-0994d2958d3e/file/76574/6/EPiServerVsExtension.vsix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment