Skip to content

Passie1982/Boxstarter-Automated-Dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automate development Environment

Requirements

Install Boxstarter

Click on the following url: http://boxstarter.org/package/nr/Boxstarter.Azure

This will download a click-once application to install BoxStarter and the Azure components that are used in the script.

Run the script

Download the the file Azure-CreateAndPrepareVM.ps1 from the repository. Use powershell in administrative mode and execute the script by the following commands:

.\Azure-CreateAndPrepareVM.ps1 -imageFamilyName "Visual Studio Premium 2013 Update 4 on Windows 8.1 Enterprise N (x64)" -azurePublishSettingsFile "c:\temp\publishfile.publishsettings" -subscriptionName "Subscription name" -storageAccountName "Storage account name" -vmName “VM name" -vmSize "Large" -vmLocation "West Europe" -vmUserName "User name" -cloudServiceName "Cloud service name"

Please note that the parameters have to filled with correct data and that tha cloudServiceName parameter is optional

About

added script for development environment with boxstarter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published