Giter VIP home page Giter VIP logo

boxstarter's Introduction

BoxStarter

Repeatable, reboot resilient windows environment installations made easy using Chocolatey packages

For more information and How Tos, visit the official Boxstarter website

Windows environment creation made easy!

  • 100% Unattended Install with pending reboot detection and automatic logon.
  • Remote machine deployments
  • Integrates with Hyper-V and Windows Azure VMs supporting checkpoint restore and creation
  • Installation packages build on top of Chocolatey Nuget package management
  • Easily install with just a Gist and the Boxstarter Web Launcher or create a private repo on a Thumb drive or network share
  • Works on Window 7/2008 R2 and up with Powershell 2.0 and higher
  • Lots of Windows configuration utilities including installing critical updates, changing windows explorer options, and more.

Quickly Load up your favorite apps and settings on any machine with a gist! No preinstalled software needed

Grab your Gist gist

Launch the Boxstrter launcher boxstarter weblauncher

Easily package installation scripts and resources in a Nuget package

A simple Hello World

Import-Module Boxstarter.Chocolatey
New-BoxstarterPackage HelloWorld
Set-Content (Join-Path $Boxstarter.LocalRepo "HelloWorld\Tools\ChocolateyInstall.ps1") `
  -Value "Write-Host `"Hello World! from `$env:COMPUTERNAME`";CINST Git" -Force
Invoke-BoxstarterBuild HelloWorld

Install on another machine

$creds=Get-Credential win7\mwrock
Install-BoxstarterPackage -ComputerName win7 `
  -Package HelloWorld -Credential $creds

Remote Install

NOTE: PowerShell Remoting must be enabled on the remote machine. Launch a Powershell Console as administrator:

Enable-PSRemoting -Force

boxstarter's People

Contributors

aweiker avatar beneidel avatar bill-long avatar bkazoo avatar dajo avatar ddbtrmatic avatar dragon788 avatar eeevans avatar eldonferranpol avatar flcdrg avatar fujiiface avatar gep13 avatar gpoul avatar gudahtt avatar it-praktyk avatar jawn avatar jaybazuzi avatar jstojanovski-scwx avatar jthiltges avatar lholman avatar mwrock avatar nicolasvan avatar philoushka avatar pocki avatar riezebosch avatar ryanmelenanoesis avatar smaglio81 avatar wspait avatar zacmarcus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.