Recipes Without F***ing Backstories by @onemohrtime CMS PHP MySQL Node NPM Server Craft 3.5.x 7.3 5.7 12.16.x 6.14.x Ubuntu 18.04 Installation Take the typical steps you take to clone the repo ~/into/your/directory/ of choice. Run Docker to install local files docker-compose up Run Docker again (in "detached" mode) to boot up Apache, PHP, and MySQL docker-compose up -d # (shut it down later with) docker-compose down Install composer and NPM packages with npm install && composer install Run NPM's production build npm run production You are set! Well, should be. If not, open a github issue