pnotus / WebDevBox

Boxstarter script to setup web development machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebDevBox

Boxstarter script to setup web development machine

1. Run first

. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force

Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/pnotus/WebDevBox/master/WebDevBox1.ps1 -DisableReboots

2. Check the following for errors

  • %ALLUSERSPROFILE%\chocolatey\lib-bad
  • %LOCALAPPDATA%\Boxstarter\boxstarter.log

3. Reboot machine

4. Run after reboot

. { iwr https://raw.githubusercontent.com/pnotus/WebDevBox/master/WebDevBox2_AfterReboot.ps1 } | iex

About

Boxstarter script to setup web development machine


Languages

Language:PowerShell 100.0%