-
Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: Deve L. Oper
Run module tests in OXID eShop 6
As follow up for Run tests for OXID eShop 6 here’s how to get module tests running for OXID eShop 6. Let’s assume we have a metadata 2.0 module (own module namespace, installable with composer) in some public github repository … Continue reading
Run tests for OXID eShop 6
Nice thing about OXID eShop, they provide a development environment. Without big effort you can get have the shop up and running on a virtual machine. The current blog post will give some hints for how to run the shop … Continue reading
Posted in howto, oxshop, oxshop6, virtual machine
Tagged OXID eSales, OXID eShop 6, OXID eShop CE
Leave a comment
Shop in the box
My last post described the first part of my new development environment, the vagrant basebox. The box will be provisioned with puppet, a collection of manifests can be found at github. In the ARCHIVE directory of this repository there’s a … Continue reading
New vagrant basebox
New year, new development environment 😉 I want to have an environment that can be set up with “one click”. I want to have an environment that is reusable for different projects and can be customized to fit different project … Continue reading
Posted in howto, tools, virtual machine
Tagged puppet, Vagrant, vagrant 1.7.2, VirtualBox
Leave a comment
Out of the box…
… or how to set up your development environment with Vagrant. I use a Macbook Pro, so first step is to download the newest Vagrant.dmg and install it on the Mac. We need a virtual box vm that later will … Continue reading