Wordpress development environment with Docker Part II: Using Docker Compose to install WordPress

This is part II of an ongoing series about WordPress development with Docker. Part I was about installing Docker and preparing the environment. Our goal this time, is installing WordPress in a container, a database, and play a little bit with it. Table of Contents Prerequisites Directory structure Using docker-compose Setting up WordPress Setting up a database Bonus part Wrapping up Prerequisites A fonctionning installation of Docker (see...
๐Ÿ“˜๏ธ Read article

How to clean up local git branches matching a name

Introduction If you are like me, and you are in an project using git, you probably create or use a LOT of branches. There can be times when itโ€™s hard to keep track of all of them and they pile up in your projectโ€™s folder until you see 100 of them. Listing branches and deleting them A word of caution: Deleting branches is a definitive act, you cannot go back, especially if the...
๐Ÿ“˜๏ธ Read article

Introducing first draft of the Styleguide

A new section is up in the Menu: The Styleduide! A Styleguide to rule them all When you work in a team, itโ€™s always great to have a common place to share the visual aspect and design of a project. The difficulty here is getting a common resource for all the visual elements of the website, and provide guidance on how to implement them, so that everything looks consistent on every page, without sacrificing people creativity. It should...
๐Ÿ“˜๏ธ Read article

Dealing with the MongoDB error /data/db not found in OSX

Disclaimer if you landed somehow on this article, you have probably miss something in the install process of MongoDB. What the.. ? When trying to launch mongodb in your Terminal, I guess you have met with this kind of error message: $ mac:app jeremie$ mongod 2015-10-09T12:06:37.396+0200 I STORAGE [initandlisten] exception in initAndListen: 29 Data directory /data/db not found., terminating The output is pretty clear, you do not...
๐Ÿ“˜๏ธ Read article