Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.24 KB

INSTALL.md

File metadata and controls

31 lines (20 loc) · 1.24 KB

<-- Back to main section

Installation

Requirements

If you want to run a Docker VM make sure you're using VMware or Parallels Desktop because of the much faster virtualisation (networking, disk access, shared folders) compared to VirtualBox.

There is also a Vagrant VM for VirtualBox, VMware and Parallels with a mailcatcher (Postfix with Dovecot, catches all outgoing mails).

For more convenience use CliTools.phar (will also run on native Linux, not only inside a Vagrant box)

First startup

git clone --recursive https://github.com/webdevops/php-docker-boilerplate.git projectname

cd projectname

# copy favorite docker-compose.*.yml to docker-compose.yml
cp docker-compose.development.yml docker-compose.yml

docker-compose up -d