Skip to content

A modular collection of shell scripts to use to set up vagrant development evironments.

Notifications You must be signed in to change notification settings

StoryBlock/vagrant-dev-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Dev Toolkit

A modular collection of bash scripts to use to set up vagrant development evironments.

Call me old fashioned, but I'm not intrested in using puppet or chef when something much more simple will do. I created this repo as a starting point for developing web projects, and dropped in some of my more commonly used scripts.

Intended usage:

  • Clone this repo into folder within a web project.
  • Edit setup.sh to add or remove only the tech needed for the project.
  • Stand up vagrant box.
  • Dev.

Current setup scripts include:

  • node
  • mongodb
  • meteor
  • redis
  • apache
  • nginx
  • mysql
  • php

Note: I haven't tested all of these 100%.

My plan is to slowly add baseline config files for each platform so that I can get up and running under different configs as quick as possible.

About

A modular collection of shell scripts to use to set up vagrant development evironments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%