Giter Club home page Giter Club logo

win-ruby-dev's Introduction

Win-Ruby-Dev

Win-Ruby-Dev is a Windows 7 VM provisioned using Vagrant, Puppet and Chocolatey. The VM comes with Ruby installed, but can be re-configured for any software development on Windows.

Pre-requisites

Preparation

  • Download the VM from ModernIE and boot it up

    • I used the IE11/Win7 VM and named it 'IE11 - Win7'
  • Activate the Windows VM by running the following command:

    slmgr /ato
    
  • Install Windows patches on the VM

  • Install the latest VirtualBox Guest Additions

  • Make sure the Windows VM network is set to "Work" (winrm whinges if this is not set)

  • Configure winrm in the Windows client by running the following command in an Admin command shell:

    winrm quickconfig -q
    winrm set winrm/config/winrs @{MaxMemoryPerShellMB="512"}
    winrm set winrm/config @{MaxTimeoutms="1800000"}
    winrm set winrm/config/service @{AllowUnencrypted="true"}
    winrm set winrm/config/service/auth @{Basic="true"}
    sc config WinRM start= auto
    
  • Package the VM using the Vagrant package command:

    vagrant package --base "IE11 - Win7" --output ie11_win7.box
    
  • Add the box to vagrant by running:

    vagrant box add ie11_win7.box --name ie11_win7
    
  • Update the VagrantFile, configuring the following:

    • Path to ie11_win7.box
    • VM provider, if different from VirtualBox
    • hostname, and other networking details (as required)
    • shared file paths
  • Update the puppet/manifests/init.pp file

    • Add or remove any Chocolatey packages as necessary

Usage

vagrant up

win-ruby-dev's People

Contributors

catharz avatar

Watchers

 avatar James Cloos 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.