Vagrant / Development Environment

Vagrant / Development Environment

A must read: http://nefariousdesigns.co.uk/vagrant-virtualised-dev-environments.html :: Vagrant Virtualised Dev Environments - Nefarious Designs

Vagrant: configuring virtual development environments http://vagrantup.com/ :: Vagrant - Virtualized development for the masses.

It can be considered a wrapper around VirtualBox and configuration management software such as Chef and Puppet
The goal is that a user can simply grab the code base and type a single command: vagrant up

http://css.dzone.com/articles/creating-virtual-server :: Creating a virtual server with Vagrant: a practical walkthrough | Web Builder Zone
http://www.lornajane.net/posts/2012/using-an-existing-vagrant-setup-for-php-development :: Using an Existing Vagrant Setup for PHP Development | LornaJane
http://riaanhanekom.com/blog/2012/05/23/saving-the-environment-with-vagrant/ :: Saving the environment with Vagrant - Binary Thoughts
http://www.jedi.be/blog/2011/03/28/using-vagrant-as-a-team/ :: Using Vagrant as a Team

Templates:
http://www.vagrantbox.es/ :: A list of base boxes for Vagrant - Vagrantbox.es
https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Boxes :: Available Vagrant Boxes · mitchellh/vagrant Wiki
https://github.com/tdegrunt/vagrant-chef-starter#readme :: tdegrunt/vagrant-chef-starter · GitHub

opscode/bento

FreeBSD Template:
http://sourceforge.net/projects/fbsdvagrantbox/ :: fbsd-vagrant-box | Free software downloads at SourceForge.net
And you will need: http://vagrantup.com/v1/docs/base_boxes.html#package_and_distribute :: Vagrant - Documentation - Base Boxes

Puppet Manifests:
https://github.com/nefarioustim/puppet-manifests/ :: nefarioustim/puppet-manifests

Chef Cookbooks
https://github.com/opscode-cookbooks :: opscode-cookbooks (Opscode Public Cookbooks)

Tricks: http://stackoverflow.com/questions/10155708/vagrant-box-add-where-does-box-file-get-downloaded-to :: virtual machine - vagrant box add: where does .box file get downloaded to? - Stack Overflow

Easy way to perform integration testing through a browser for your web applications http://www.without-brains.net/blog/2012/08/01/capybara-and-selenium-with-vagrant/ :: Capybara and Selenium with Vagrant - without-brains.net


Usage – Sublime SFTP – wbond - http://wbond.net/sublime_packages/sftp/usage#command-Upload_File Sublime Text 2 Code Folding | Wes Bos - http://wesbos.com/sublime-text-code-folding/ Sublime Text Build Scripts: CoffeeScript & Node.js | Wes Bos - http://wesbos.com/sublime-text-build-scripts/

PHPDeveloper.org: Justin Carmony: Vagrant & PHP: Our Success Story at the Deseret News - http://www.phpdeveloper.org/news/18481 Repeating Beats - http://repeatingbeats.com/randlog/2011/02/03/a-slightly-less-intolerable-php-dev-environment-with-vagrant-and-chef/ Vagrant: What, Why, and How | Nettuts+ - http://net.tutsplus.com/tutorials/php/vagrant-what-why-and-how/ Question - Opscode Community - http://community.opscode.com/questions/81 Using an Existing Vagrant Setup for PHP Development | LornaJane - http://www.lornajane.net/posts/2012/using-an-existing-vagrant-setup-for-php-development


Great series: [Category: DevOps Toolbox](http://chrislaco.com/categories/devops toolbox/)

So, to be pedantic: Vagrant runs fine within Vagrant, but VirtualBox does not like to run within VirtualBox.

date 01. Jan 0001 | modified 29. Dec 2023
filename: Vagrant - Development Environment