/kaa

Primary LanguageCSSMIT LicenseMIT

WordPress / Trellis / Bedrock Starter

This is a starter repo for building a bespoke WordPress site using modern dev tools.

Philosophy

TO DO. Talk about general workflow and how things are synced and managed.

  • WordPress plugins are managed using Composer

This project consists of two parts

The WordPress CMS, Plugins, Themes and files found inside the site directory.

Trellis' Ansible files used to serve the site directory across consistent dev/stag/production environments.

The two directories have their own README's with more info.

Docs

Setting up a new project

  1. Configure everything for local development
  2. Create custom site/theme
  3. Setup a remote server for staging/production
  4. Deploy changes to staging/production
  5. Keep everything in sync between Dev, Staging, and Production

Joining an existing project

  1. Configure everything for local development
  2. Add your SSH key - To do
  3. Edit site/theme
  4. Deploy changes to staging/production
  5. Keep everything in sync between Dev, Staging, and Production