Last active
December 29, 2015 18:39
-
-
Save marklkelly/7712348 to your computer and use it in GitHub Desktop.
BoxStarter Quanta Environment Pre-requisites (and nice-to-haves) - Windows Server 2012 Needs a recently updated version of 2012
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 | |
Import-Module ServerManager | |
Add-WindowsFeature Web-Server | |
Add-WindowsFeature Web-Static-Content | |
Add-WindowsFeature NET-Framework-45-Core | |
Add-WindowsFeature NET-WCF-HTTP-Activation45 | |
Add-WindowsFeature Web-Asp-Net | |
Add-WindowsFeature Web-Asp-Net45 | |
Add-WindowsFeature Web-Net-Ext | |
Add-WindowsFeature Web-ISAPI-Ext | |
Add-WindowsFeature Web-ISAPI-Filter | |
Add-WindowsFeature Web-Mgmt-Tools | |
#cinst Dogtail.DotNet3.5SP1 | |
#cinst DotNet4.5.1 | |
cinst aspnetmvc4.install | |
cinst VisualStudio2012Professional | |
cinst MsSqlServer2012ExpressAdv | |
cinst javaruntime | |
cinst dotPeek | |
cinst TelnetClient -source windowsFeatures | |
cinst NugetPackageExplorer | |
cinst NugetPackageManager | |
cinst GoogleChrome | |
cinst Firefox | |
cinst msysgit | |
cinst fiddler | |
cinst SourceTree | |
cinst notepadplusplus | |
Install-ChocolateyVsixPackage episerver http://visualstudiogallery.msdn.microsoft.com/4ad95160-e72f-4355-b53e-0994d2958d3e/file/76574/6/EPiServerVsExtension.vsix | |
Disable-InternetExplorerESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment