Code Monkey home page Code Monkey logo

vagrant-dev's Introduction

Vagrant Development Boxes (Multi VM)

Base boxes to work on various smaller projects that don't deserve their own setup. Based on the latest official Vagrant Ubuntu version.

Prerequisites:

Getting the repository

git clone git://github.com/waldvogel/vagrant-dev.git
cd vagrant-dev

Boxes

Currently the setup contains two configurations:

ruby

php

  • Apache2 with mod php
  • PHP5 with the following libraries: curl, sqlite, mysql, intl, pgsql, xdebug, xsl, xmlprc, imagick
  • phpunit
  • sqlite CLI
  • mysql server and client
  • postgresql

Handling

Important is to remember that the vagrant commands operate on all the boxes if you don't specify one

Starting

Bring the ruby box up:

vagrant up ruby

Bring all boxes up:

vagrant up

Accessing

The hostmaster plugin manages the IP addresses via /etc/hosts (except on Windows). Therefore any of the boxes should be reachable through the name plus .lo. So for example:

http://ruby.lo/

ssh access works like this:

vagrant ssh <boxname>

Suspending/Resuming

vagrant suspend <boxname>

After that, to work with it again:

vagrant resume <boxname>

Destroying

To get rid all the boxes:

vagrant destroy 

To force it (quicker) add -f

To destroy only ruby:

vagrant destroy ruby -f

vagrant-dev's People

Contributors

waldvogel avatar

Stargazers

 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.