Giter Site home page Giter Site logo

vagrant-puppet-lamp's Introduction

vagrant-puppet-lamp

Basic Vagrant setup with provisioning by Puppet

Vagrant Box Details

Ubuntu Lucid x86 with LAMP
  • Apache/2.2.14 (Ubuntu)
  • PHP Version 5.3.2-1ubuntu4.21
  • MySQL Server version: 5.1.72-0ubuntu0.10.04.1 (Ubuntu)

Requirements

Guide

  • Download and install required software
  • Fork this repository
  • Clone forked repository
  • Run terminal and execute vagrant up
  • After provisioning, server should be ready to use.
  • To test Apache, visit localhost:8080 in a browser.
  • Make a change to ./src/index.html, save it and reload the test page. If you see your change, everything is working.
  • When done working, issue a vagrant halt.

Notes

  • The ./src directory is set up as a shared folder and is the web server document root. This means that changes you make to files under ./src, on your host computer are instantly viewable by reloading the page in your browser.
  • The default mysql username and password are root.
  • Mysql server is remotely accessible via port 8889
  • To SSH into the Lucid box, try this command from terminal:
$ ssh -l vagrant -p 2222 localhost
  • When prompted, enter the password vagrant. The vagrant user has su privilege.
  • Resist the urge to update any of the software on the VM manually. Updating software should be done via Puppet.

Troubleshooting

If you get this message when trying to start up vagrant-puppet-lamp:

The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is configured properly and try again.

Resources

vagrant-puppet-lamp's People

Contributors

phpguru avatar tomjaeger avatar

Watchers

James Cloos avatar Diego Mesa 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.