Skip to content

theneonlobster/eedplatek

Repository files navigation

Build Status Waffle.io - Columns and their card count

My Project

Welcome to the repo for my personal Drupal 8 websites, which use a multisite strategy and are hosted on Acquia Cloud. The continuous integration process leverages BLT, GitHub, Travis CI, Acquia Pipelines, and Cloud Hooks. Configuration Splits manage global configuration, profile-specific configuration, site-specific configuration, and optional features (such as blogs and event calendars).

Getting Started

This project is based on BLT, an open-source project template and tool that enables building, testing, and deploying Drupal installations following Acquia Professional Services best practices.

To set up your local environment and begin developing for this project, complete the following steps (you may also refer to the BLT onboarding documentation).

  • Ensure that your computer meets the minimum installation requirements (and then install the required applications). See the System Requirements
  • Fork the parent repository in GitHub
  • Clone your fork
$ git clone git@github.com:<your repository>/eedplatek.git
  • Add the parent repository as an upstream
$ git remote add upstream git@github.com:theneonlobster/eedplatek.git
  • Install Composer Dependencies (warning: this can take some time based on internet speeds)
$ composer install
  • Setup Virtual Machine (warning: this can take some time based on internet speeds)
$ blt vm
  • Synchronize your local with the cloud
$ blt sync:all

Additional BLT documentation may be useful. You may also access a list of BLT commands by running:

$ blt

Note the following properties of this project:

Working With BLT

This is the common workflow for this project.

  • Locate a ticket that you are planning on working
  • Ensure that your git is tracking the most current upstream
$ git fetch upstream
  • Create a new branch off of upstream/master that is based on the ticket you are working (e.g. TNL-XXX)
$ git checkout -b TNL-XXX upstream/master
  • Reset your local environment to ensure everything is inline with the new branch. WARNING: this is destructive
$ blt sync:all
  • Do whatever work is required for the ticket
  • Create new commit(s) as needed. All commit messages should follow the pattern: TNL-XXX: commit messages go here. They must include the Ticket Number (with a dash AND a colon), a message, and a period.
  • Run Tests / Validation Scripts
$ blt validate
$ blt tests
  • Ensure that no other changes have been made to the upstream/master branch. If they have, rebase your branch.
$ git fetch upstream
$ git rebase upstream/master
  • Push your commit(s) to your origin
$  git push --set-upstream origin TNL-XXX
  • Create a new Pull Request that mentions the original ticket in the body (#TNL-XXX)
  • Ensure the build passes

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages