Giter VIP home page Giter VIP logo

devenv's Introduction

Development Environments with Vagrant

About

The intention of this project is to provide a complete development pipeline for
programmers and help them to develop and test their applications in environments
closer to the real production than their standalone local environments.

To do it, we are currently using Vagrant/Puppet and Virtualbox. This project
includes VMs to provide the following services:

  • Git
  • Subversion
  • Jenkins
  • Apache/PHP
  • Memcached
  • MySQL (master-slave)
  • MySQL (cluster)

I'm currently working on the following services to release them soon:

  • Varnish
  • Nginx/PHP
  • Nginx (balancer)
  • MongoDB
  • PostgreSQL

Actually this project works with Puppet modules, in future versions some Chef
cookbooks will also be included.

Vagrant Notes

It's assumed that you already know how to use Vagrant.

This project provides a Vagrantfile you can use to create your VMs, please make
sure that you already have Vagrant installed and vagrant boxes with same name
than the ones in the Vagrantfile.

Puppet's requirements

It's assumed that you already know how to use Puppet.

The puppet module "jenkins" requires the submodule "apt" from Github

The puppet module "mysql" (cluster) requires that yout get the tarball from
MySQL Downloads and add it to the "files" directory (create it if do not
exists). Example:

$ cp ~/mysql-cluster-gpl-7.3.0-linux2.6-x86_64.tar.gz \
     ~/devenv/puppet/modules/mysql/files/

Legal

This project is under the terms of the LGPL version 3.0, submodules
and third party components are licensed according to their owners.

Copyright © 2013 Basilio Briceño <bbh at briceno.mx>

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.