Skip to content

Instantly share code, notes, and snippets.

@DinisCruz
Last active May 26, 2016 17:14
Show Gist options
  • Save DinisCruz/48dbc2f7aef8a7f8fdac to your computer and use it in GitHub Desktop.
Save DinisCruz/48dbc2f7aef8a7f8fdac to your computer and use it in GitHub Desktop.
GCloud Windows Setup scripts
New windows VM (note: this needs to be converted into a script)
1) installed chocolatey
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
2) installed chrome, fiddler, git, VS Code
choco install googlechrome git fiddler4 -y
choco install visualstudio2015community -y
choco install visualstudiocode
3) installed O2 Platform
Download from http://dl.bintray.com/o2-platform/Main-Exe/O2_Platform_5.5_RC1.zip
unblock zip
exact locally
copy to C:\O2_Platform_5.5_RC1
other)
Enabled cmd.exe's QuickEdit mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment