Last active
August 29, 2015 14:27
-
-
Save runegri/ef2c6659da88c711cfc0 to your computer and use it in GitHub Desktop.
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
#Denne kan alltid installeres fra: | |
#http://boxstarter.org/package/nr/url?https://gist.github.com/runegri/ef2c6659da88c711cfc0/raw/ | |
Set-BoxstarterConfig -NugetSources "https://www.myget.org/F/hemittest/auth/ff09b58c-3759-4517-bdb9-6ae36d6f3a65/api/v2;http://chocolatey.org/api/v2;http://www.myget.org/F/boxstarter/api/v2" | |
#Enable Web Services | |
cinst IIS-WebServerRole -source WindowsFeatures | |
cinst IIS-ISAPIFilter -source WindowsFeatures | |
cinst IIS-ISAPIExtensions -source WindowsFeatures | |
#Enable ASP.NET on win 2012/8 | |
cinst IIS-NetFxExtensibility45 -source WindowsFeatures | |
cinst NetFx4Extended-ASPNET45 -source WindowsFeatures | |
cinst IIS-ASPNet45 -source WindowsFeatures | |
Enable-RemoteDesktop | |
Install-BoxstarterPackage MrsCertificates | |
choco install google-chrome-x64 -y | |
choco install notepadplusplus -y | |
choco install mssqlserver2012express -y | |
choco install visualstudio2015enterprise -y | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment