Git Product home page Git Product logo

vagrant-dev-python's Introduction

Albatross and a Giant Snake

The LAMP stack Vagrant Repository for Python Development

Just a vagrant repository for any web development with a Python over a LAMP stack using Puppet and Vagant.

Specifications

  • ip: "192.168.33.10"
  • provider: "virtualBox"
  • box: "precise64"
  • hostname: "albatross"
  • vb name: "albatross.dev"

Requirements

Packages

The configuration for each package is located in their respective folder. The packages included are listed as follows:

  • php
    • php5-fpm
    • php5-cli
    • libapache2-mod-php5
  • mysql
    • mysql-server
  • apache
    • apache2

Vagrant Box Installation

    $ vagrant box add precise64 http://files.vagrantup.com/precise64.box

Installation Instructon

  1. Install Virtual Box

  2. Install Vagrant

  3. Install 'precise64' vagrant box

  4. Clone this repository

  5. Create a directory for your developement domain on the same level as this clone

  6. Edit the VirtualHost entry in puppet/modules/vhost/files/site.conf to point to your development domain diectory

  7. Open your hosts files

    • For Linux based development system /etc/hosts
    • For Windows based development system C:\Windows\System32\drivers\etc\hosts
  8. Add the following to your machine host file

    192.168.33.10 albatross.dev

  9. Open a terminal, go to the location of the git repository and boot up the vagrant box

        $ vagrant up 
    
  10. Connect to the vagrant environment

        $ vagrant ssh
    

And that is it!

Credits

vagrant-dev-python's People

Contributors

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