Skip to content

OneMohrTime/recipes

Repository files navigation

Recipes Without F***ing Backstories

buddy pipeline

CMS PHP MySQL Node NPM Server
Craft 3.5.x 7.3 5.7 12.16.x 6.14.x Ubuntu 18.04

Installation

  1. Take the typical steps you take to clone the repo ~/into/your/directory/ of choice.
  2. Run Docker to install local files
docker-compose up
  1. 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
  1. Install composer and NPM packages with
npm install && composer install
  1. Run NPM's production build
npm run production
  1. You are set! Well, should be. If not, open a github issue