Giter Site home page Giter Site logo

vagrant-media-temple-dv-4.5's Introduction

Media Temple DV 4.5 w/ Vagrant

A basic Media Temple (mt) DV 4.5 Vagrant setup. The goal for this project is to setup a development environment that mirrors the (mt) DV production servers. It will be an ongoing project that aligns with (mt)'s provisioning.

Requirements

Setup

  • Clone this repository git clone https://github.com/weareloring/vagrant-mediatemple-dv-4.5.git or download the zip file and extract it.
  • Run vagrant up from the newly created directory (the first time you run vagrant up it will need to fetch the virtual box image which is 769MB so this could take some time. Subsequent runs will only take a minute or so)
  • Vagrant will then use Puppet to provision a LAMP stack on the box (again, the first run will take some time but any runs after that will be very quick)
  • You can verify that the server is up and running by hitting http://11.11.11.15 or http://localhost:8080 in your browser.

Usage

Some basic information on vagrant and the development server

Vagrant

  • vagrant up starts the virtual machine and provisions it
  • vagrant suspend will essentially put the machine to 'sleep' with vagrant resume waking it back up
  • vagrant halt attempts a graceful shutdown of the machine and will need to be brought back with vagrant up
  • vagrant ssh gives you shell access to the virtual machine

Visit the Vagrant website for detailed documentation.

Server IP

  • 11.11.11.15

Port Forwards

  • 8080 - Apache
  • 8081 - MySQL

Default MySQL Credentials

  • User: root
  • Password: (blank)

Development Server Specs

  • OS - CentOS 6.4
  • Apache - 2.2.15
  • PHP - 5.4.23
  • MySQL - 5.5.35

PHP Modules

  • Mcrypt
  • PHP CLI
  • PDO
  • GD
  • mbstring
  • XML
  • PEAR

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.