Last active
December 29, 2015 17:39
-
-
Save marklkelly/7706037 to your computer and use it in GitHub Desktop.
EPi Presales Dev Environment
This file contains 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
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