Giter Site home page Giter Site logo

dev_env_setup's Introduction

This repo is meant to be everything necessary for setting up and running a local development environment and automated VM test builds. It does not contain any code project, but will include a couple vagrantfiles for setting up VMs with a basic infrastructure setup e.g. monitoring and log collection. Those can be used as starting points for setting up development environments for specific application stacks.

Please note that not everything will work on every OS. I will try to note in each directory where it should work, but no promises.

Windows Builds

To build the windows image, first get your dotfile config in place and run the setup scripts to get your local environment setup.

After that, you will need to clone the boxcutter windows repo:

git clone https://github.com/boxcutter/windows.git

If you are using bash, the install script will have already added these variables to your bashrc file, but if you use zsh or anything else you will want to set them or the packer builds might fail:

export TMPDIR=<Whereever you have space. /tmp is not large enough for windows boxes for most systems> export HEADLESS=true

Next, build the image by navigating into the boxcutter repo and running the makefile. I suggest using the eval-windows-2016-ssh image build right now.

cd windows make virtualbox/eval-win2016-standard-ssh vagrant box add windows-2016-nocm ./box/virtualbox/eval-win2016-standard-ssh-nocm-*.box

At this point, you should be able to use the windows-2016-nocm box in Vagrantfiles, test kitchen, etc. Check the vagrant directory for examples.

dev_env_setup's People

Contributors

brnsampson avatar

Watchers

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