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 (10 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

logo-internet-explorer

How to professionally test on old Internet Explorer versions

If you have (or want) to test your websites and applications on older versions of Internet Explorer, then there’s a

mod-rewrite-ubuntu-14-04-lts

How to install / setup PHP 5.5.x on Ubuntu 12.04 LTS

Please note: This works fine. But this package will also upgrade your apache to version 2.4 which has different config

Adobe releases Firebug-like developer tools to edit and extract PSDs

A big step in frontend-development: According to this presentation on Adobe Max 2014 Adobe has just released a very interesting

Creators of Laravel launch one-click-installations of Laravel (including nginx, PHP 5.5 etc.)

Again, a game changer: Taylor Otwell, creator of Laravel (which is currently the most popular PHP framework), has released FORGE

composer

A short & simple Composer tutorial

In this little Composer tutorial we’ll walk through the absolute basics of Composer, the PHP dependency management tool. Composer has

How to show the available version of a package (before doing apt-get install)

To show the version of the package that will be installed with apt-get install, do apt-cache policy packagename. To show

photoshop-cc-deal

Adobe offers Photoshop for $9.99 per month (limited deal)

Currently Adobe offers the very latest version of Photoshop (which is Photoshop CC) for just $9.99 or 12,99€ (EU zone:

Frontend Ops Conf 2014 – Paul Irish: Delivering The Goods In Under 1000ms (40min video)

This article was written quite a while ago (9 years), please keep this in mind when using the information written

shadow dom

Crossbrowser-safe HTML5 video (IE6+) with a few lines of code and just one .mp4 video file

No time to read the full article ? Get the code directly here on GitHub: panique/html5-video. Publishing a video on

How to setup a config-free WordPress, PHP and MySQL (for local development) in Windows 7 / 8 in under 3 minutes

If you need to setup WordPress for local development and don’t have time and nerve to go through the installation

1/4

Categories

Search

php
How to install latest PHP 5.4.x on Ubuntu 12.04 LTS (Precise Pangolin)
php
Somebody is writing a compiler for PHP, compiles down to machine code, outperforms HHVM
How to setup a config-free WordPress, PHP and MySQL (for local development) in Windows 7 / 8 in under 3 minutes
Frontend Ops Conf 2014 – Rebooting Flickr On A Node.js Stack, One Page At A Time (from PHP) by Bertrand Fan
Beautiful, minimal WordPress theme ZUKI by Elmastudio (with 30% discount)
Soundcloud’s “VP of Engineering” about using SSDs
git-php-deployment
Extremely simple deployment with PHPloy
[Link] Interesting: Designing a Nuclear Waste Warning Symbol That Will Still Make Sense in 10,000 Years
Awesome next-gen PS4 graphics in “The Order: 1886”
Install Laravel 4 on Ubuntu 12.04 LTS (a how-to tutorial)
sass laravel
SASSmeister is a real-time JSfiddle for SASS / CSS. Awesome!
bitdeli git github stats
Get visitor stats for your GitHub repo with BitDeli
mod-rewrite-ubuntu-14-04-lts
How to enable mod_rewrite in Ubuntu 12.04 LTS
phpstorm 7.0 php
PHPStorm 7 has been released!
php mvc
Preview-release of (my) “php-mvc” project (a simple php mvc barebone)

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”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
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