Coder Social home page Coder Social logo

eedplatek's Introduction

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 [email protected]:<your repository>/eedplatek.git
  • Add the parent repository as an upstream
$ git remote add upstream [email protected]: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

eedplatek's People

Contributors

theneonlobster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jag915qb bgnih

eedplatek's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.