Skip to main content

12 posts tagged with "DDEV"

View All Tags

Introducing the DDEV Gally Addon

· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

We've been leveraging Gally, a next generation Searchandising Engine, in several of our e-commerce projects. However, integrating the required services into our DDEV setups has become a repetitive task, involving manual copying and pasting.

How can we streamline this process and make it more efficient?

Sharing Docker Volumes in DDEV

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

In a recent project, we dealt with 2 DDEV instances — 2 applications that need to communicate with each other or, more specifically, exchange files.

DDEV downgrade npm for Sulu CMS

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

Adding custom Javascript code to the Sulu Admin UI requires a rebuild of the administration interface frontend application. According to the Sulu docs, running the following command is enough:

bin/adminconsole sulu:admin:update-build

Sadly, this did not work in our ddev setup because ddev ships with a newer version of npm. Due to a breaking change for linked packages, Sulu is not compatible with npm > 6 at the moment.