Logo
  • PHP
    • HipHop / HHVM
    • Modern PHP
    • PHPStorm
    • LAMP
    • Laravel
    • Composer
    • PDO
  • JavaScript
    • node.js
    • AngularJS
  • CSS
    • SASS
    • “CSS4” (CSS level 4)
  • HTML
  • Git
  • LAMP
  • Vagrant
  • UI / UX
  • Architecture of …
  • Off-Topic
With ♥ from Berlin
October 27, 2013
Chris
Linux, Local Development, Modern PHP, Vagrant, Virtual Machine / VM
5

A list of downloadable Vagrant boxes (CentOS 5.9 / 6.4, Ubuntu 12 / 13, Debian 6 / 7 / 7.1 / 7.2)

PreviousNext
set up a local virtual machine for development with vagrant and puphpet / puppet (and ubuntu, linux, php, apache, mysql)

Offical boxes (directly from Vagrant)

Ubuntu 12.04 LTS 32-bit
http://files.vagrantup.com/precise32.box

Ubuntu 12.04 LTS 64-bit
http://files.vagrantup.com/precise64.box

 

Boxes from puppetlabs.com

Seems safe to use, puppetlabs is a serious company. They also have nocm- and VMWare version available on their sites: http://puppet-vagrant-boxes.puppetlabs.com/

CentOS     6.4     x64
http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210.box

CentOS 5.9 x64
http://puppet-vagrant-boxes.puppetlabs.com/centos-59-x64-vbox4210.box

Debian 6.0.7 x64
http://puppet-vagrant-boxes.puppetlabs.com/debian-607-x64-vbox4210.box

Debian 7.0rc1 x64
http://puppet-vagrant-boxes.puppetlabs.com/debian-70rc1-x64-vbox4210.box

Ubuntu Server 10.04.4 x64
http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-10044-x64-vbox4210.box

Ubuntu Server 12.04.2 x64
http://puppet-vagrant-boxes.puppetlabs.com/ubuntu-server-12042-x64-vbox4210.box

Fedora 18 x64
http://puppet-vagrant-boxes.puppetlabs.com/fedora-18-x64-vbox4210.box

SLES 11sp1 x64
http://puppet-vagrant-boxes.puppetlabs.com/sles-11sp1-x64-vbox4210.box

 

Boxes from “ffuenf”

Seems to be a small german company, use these boxes on your own risk.
https://github.com/ffuenf/vagrant-boxes

Ubuntu Raring Ringtail 13.04 Server x86_64
https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/ubuntu/ubuntu-13.04-server-amd64.box

Ubuntu Precise Pangolin 12.04.3 LTS Server x86_64
https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/ubuntu/ubuntu-12.04.3-server-amd64.box

Debian Wheezy 7.2.0 x86_64
https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/debian-7.2.0-amd64.box

Debian Wheezy 7.1.0 x86_64
https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/debian-7.1.0-amd64.box

https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/chef-11.4.4/debian-7.1.0-amd64.box

Debian Wheezy 7.0.0 x86_64
https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/chef-11.4.4/debian-7.0.0-amd64.box

Debian Squeeze 6.0.7 x86_64
https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/chef-11.4.0/debian-6.0.7-amd64.box

https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/chef-11.4.4/debian-6.0.7-amd64.box

 

Boxes from vagrantbox.es

This is highly popular on the web, but most of these boxes come from peoples’s Dropboxes. I’m not a security expert, but I have a bad feeling downloading linuxes from unverified locations, it is – in theory – possible that bad people installed bad stuff there, I’m especially afraid of keyloggers that grad ssh keys or git(hub) passwords. Try these boxes on your own risk. http://www.vagrantbox.es/

 

This article was written quite a while ago (9 years), please keep this in mind when using the information written here. Links, code and commands might be outdated or broken.

Random articles

  • EOL lists of Ubuntu, Debian and CentOS for your server planningsEOL lists of Ubuntu, Debian and CentOS for your server plannings
  • Which server OS version to choose ? Some EOL lists of Debian, Ubuntu and CentOSWhich server OS version to choose ? Some EOL lists of Debian, Ubuntu and CentOS
  • How to setup a local server (in a virtual machine) with Vagrant in PHPStormHow to setup a local server (in a virtual machine) with Vagrant in PHPStorm
  • How to setup a (or multiple) server/LAMP-stack inside a virtual machine for local development with Vagrant and PuPHPetHow to setup a (or multiple) server/LAMP-stack inside a virtual machine for local development with Vagrant and PuPHPet
  • A super-simple Vagrant LAMP stack bootstrap (installable with one command)A super-simple Vagrant LAMP stack bootstrap (installable with one command)
  • A quick guideline on how to fix the Hearthbleed bug (and update OpenSSL) on UbuntuA quick guideline on how to fix the Hearthbleed bug (and update OpenSSL) on Ubuntu
  • [Link] How to set up HipHop, Nginx and Laravel in Ubuntu 12.04 LTS (in a Vagrant box)[Link] How to set up HipHop, Nginx and Laravel in Ubuntu 12.04 LTS (in a Vagrant box)
  • Generate Vagrant boxes with Laravel, HipHop, Nginx, WordPress, MySQL, MariaDB, MongoDB, RabbitMQ etc. with one clickGenerate Vagrant boxes with Laravel, HipHop, Nginx, WordPress, MySQL, MariaDB, MongoDB, RabbitMQ etc. with one click
  • How to copy Vagrant boxes (or duplicate them)How to copy Vagrant boxes (or duplicate them)
centosdebianUbuntuvagrantvirtual boxvirtual machine
Share this

5 Comments

  • Florian Heigl
    July 7, 2014 12:35 am

    I just used some vagrant script based on the puppetlabs boxes. what’s a bit ugly: it seems their SLES box uses some SDK mirror off the internet. Really bad style to use a private mirror…

    Reply
  • Daniele
    March 27, 2014 11:09 pm

    Hi .. I have donwload and install http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210.box but when i try to install zend-server version 6.2 with php 5.4, i can not to access to default page apache … :-(

    Reply
  • Toby J
    December 7, 2013 10:50 pm

    Don’t leave out Ubuntu’s official Cloud Images; they have Vagrant boxes in the “vagrant” folder: http://cloud-images.ubuntu.com/

    Reply
  • HaroonAbbasi
    November 29, 2013 11:43 am

    thanks for sharing!

    Reply

Leave A Comment Cancel reply

phpstorm-8

When PHPStorm’s cache eats up your harddisk space

I recently stumbled over this: By default PHPStorm (obviously in all versions since 1.0) creates a local history of all

php

Redesigning the PHP logo – who wants ?

The current PHP logo is a really lovely one, it is highly accepted and has its own charme, transports a

Joshua Davis – my hero of Flash – in two excellent interviews (audio, video)

Joshua Davis is the reason why I’ve started to code. Seriously. Back in the late 90ies, the internet was a

php

How to install PHP curl extension (in 5 seconds)

It’s a common wordpress problem: PHP’s curl extension is not installed! No need to mess around in config files etc,

Meet the developers behind Ableton (14min video)

An excellent short documentation about the developers behind Ableton, the legendary creators of Ableton Live and Push. Without doubt, Live

php uk conference

PHP Opcache Explained by Julien Pauli (video from PHP UK Conference 2014)

The title says it all. A VERY deep explanation on how OpCache works. If you never heard of this excellent

php

Postmodern PHP: appserver.io, a multithreaded application server for PHP, written in PHP

There’s a lot of very interesting stuff going on in the PHP scene right now, I have the feeling this

Berlin, prepare for TOA conference (15th – 17th of July)

If you are in Berlin right now (and have 80-300 € to spend and 2-3 days of holidays (or “spontanious

Create a fast, perfect and bootable 1:1 Windows backup (full clone of HDD) for SSD migration

In this article I want to share a super-simple, extremely fast and totally free workflow with you that will create

Symfony devs: Creator of Symfony framework is hiring (Cologne, Germany)!

Probably one of the most interesting companies for a PHP developer is currently hiring Juniors and Seniors in Cologne, Germany.

1/4

Categories

Search

php
Redesigning the PHP logo – who wants ?
Hacking ATMs – A conference talk about the current security state of Windows XP driven cash machines
set up a local virtual machine for development with vagrant and puphpet / puppet (and ubuntu, linux, php, apache, mysql)
A list of downloadable Vagrant boxes (CentOS 5.9 / 6.4, Ubuntu 12 / 13, Debian 6 / 7 / 7.1 / 7.2)
This is an experimental advertisement
modern-php
Creator of Slim framework and “PHP – The right way” writes book: “Modern PHP”, available 2015
A quick history of Comic Sans, the most wrongly used font ever
O’Reilly’s Learning JavaScript Design Patterns by Addy Osmani for free
php
How the PHP session garbage collector really works
Microsoft enters post-password era with Hello (promo video)
mod-rewrite-ubuntu-14-04-lts
How to enable mod_rewrite in Ubuntu 12.04 LTS
ubuntu-14.04-lts
First view: Ubuntu 14.04 LTS brings PHP 5.5 and Apache 2.4
php uk conference
Slides & talks from PHP UK Conference 2014
php
“Belt” adds very clever everyday functions to PHP, comes with JavaScript naming styles and eventually solves the needle/haystack problem
js javascript
Push database changes to all clients in real-time (!) with AngularJS and Firebase
Ghost
[FREE SERVER PROMO] Install GHOST for free on a free SSD server with this coupon

Tags

apache bash centos composer conference coupon CSS debian fonts framework git GitHub hack HHVM HipHop HTML HTML5 IDE JavaScript JS LAMP laravel linux mod_rewrite MVC MySQL Nginx optimization PHP PHP 5.5 PHP 5.6 phpmyadmin PHPStorm security server SSD Ubuntu UI UX vagrant video virtual machine voucher VPS wordpress
Side-Project: Wordle-Solver:
www.wordle-helper.info

Pages

  • Privacy Policy
 
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT