Cancel
Start searching
This search is based on elasticsearch and can look through several thousand pages in miliseconds.
Learn moreOur " punkt.de" Vagrant box, based on Vagrant and VirtualBox, provides an ideal development environment for testing Neos or TYPO3 on your own computer. It uses FreeBSD as its operating system—a free Unix operating system that is particularly well-suited for use on servers.
Make sure you already have VirtualBox and Vagrant installed. Select our latest developer box from the following link and switch to the "New" tab in the details view.
https://app.vagrantup.com/punktde
After that, starting the box is just a single command on your console—for example, for version 5.2:
vagrant init punktde/proserver-blueprint027.19.2.1 && vagrant up
To continue configuring the machine, it's best to do so via SSH. Make sure that only one instance of VirtualBox is running:
vagrant ssh
If you're working with PHP Storm, here's another tip for you on how to use our Box
| Operating System | FreeBSD 10.2 |
| PHP | 7.0.4 |
| MariaDB | 10.0.23 |
| Nginx | 1.8.1 |
| Elasticsearch | 1.7.4 |
| Redis | 3.0.7 |
| Varnish | 4.1.2 |