How to setup Devilbox Written By Marco Monteiro
November 04, 2020

Installing and configuring your Devilbox stack is quite easy. But first what is devilbox?

Here’s the video version:

The Devilbox is a modern dockerized LAMP and MEAN stack for local development on Linux, MacOS and Windows.

It allows you to have an unlimited number of projects ready without having to install any external software and without having to configure any virtual hosts. As well as providing a very flexible development stack that you can run offline. (Internet is only required to initially pull docker container).

The only thing you will have to do is to create a new directory on the filesystem and your virtual host is ready to be served with your custom domain.

devilbox.png

Here’s the steps we take on the video to do everything:

git clone https://github.com/cytopia/devilbox
cp env-example .env
sudo docker-compose up --build -d

Access your http://localhost and then all you need to do is create your project folders.

That’s it!

devilbox   lamp   docker   docker-compose