GithubHelp home page GithubHelp logo

vagrant-dev's Introduction

Made Vagrant

Vagrant will give you virtualised a development environments running Ubuntu 14.04 that supports the technologies we employ.

The VM is provisioned via Chef to ensure dependencies are kept up to date across out development estate.

Installation

  1. Downloa d VirtualBox
  2. Download Vagrant
  3. Install librarian: sudo gem install librarian
  4. Install librarian-chef: sudo gem install librarian-chef
  5. Clone the git repistory: git clone https://github.com/madebymade/vagrant-dev.git
  6. Run librarian to download the required cookbooks:librarian-chef install
  7. Start Vagrant: vagrant up
  8. If it doesn't do it automatically, provision the machine using Chef: vagrant provision

What's in the box?

  • Apache 2.4
  • MySQL 5.5
  • Ruby 1.9.2, 1.9.3
  • rbenv
  • Python 2.7 (virtualenv and pip)
  • PHP 5.5
  • PHP Composer
  • phpMyAdmin
  • ImageMagick
  • memcached
  • Git
  • SVN
  • phantomjs

Common commands

Some common things you might like to do:

Symlink your vhost file

Load your configuration in to Apache:

sudo ln -s /var/www/<your-project>/config/httpd.conf /etc/apache2/sites-available/<your-project>.conf

Restart Apache

Force Apache to pick up the configuration changes:

sudo /etc/init.d/apache2 restart

vagrant-dev's People

Contributors

chrisblackburn avatar emileswarts avatar sebashton avatar

Watchers

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.