Giter VIP home page Giter VIP logo

vagrant-saucy's Introduction

Create a LAMP development environment on Ubuntu Saucy 13.10 64 with Vagrant and Puppet for fun and enlightenment!

This is a continuation of virtualbox building for Vagrant and Puppet from my blog post How to create a Ubuntu 3.10 64 Vagrant box with Virtualbox and Puppet.

The Heros

None of this would be possible without standing on the shoulders of intellectual giants

Noobs

If you don't know why you want Vagrant, read this guy's awesome post.

Prerequisites

Configure

First, download the ubuntu saucy box then add the box to vagrant

% curl -O http://glazzies.net/ubuntu_saucy_64_x86.box
% vagrant box add ubuntu_saucy_64_x86 ubuntu_saucy_64_x86.box 

Then, download my vagrant/puppet scripts:

% git clone https://github.com/ryanmorrow/vagrant-saucy.git
% cd vagrant-saucy

Now, you are ready to start your new machine!

% vagrant up

Once the server is loaded, to login to the vm

% vagrant ssh

That's it! Now, go change the world. If you would like to try out managing more than one server, check out the multisite version!

File Tree

├── LICENSE
├── README.md
├── Vagrantfile
├── apache2.conf
├── manifests
│   ├── bootstrap.sh
│   └── default.pp
├── modules
│   ├── apache
│   │   ├── conf
│   │   │   ├── apache2.conf
│   │   │   └── vagrant_webroot.config
│   │   └── manifests
│   │       └── init.pp
│   ├── bootstrap
│   │   └── manifests
│   │       └── init.pp
│   ├── mysql
│   │   └── manifests
│   │       └── init.pp
│   ├── php
│   │   └── manifests
│   │       ├── init.pp
│   │       ├── pear.pp
│   │       └── pecl.pp
│   └── tools
│       └── manifests
│           └── init.pp
└── www

vagrant-saucy's People

Contributors

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