DrupalCampColorado / dcco2018

Repository for the Drupal Camp Colorado - 2018 website.
GNU General Public License v2.0
0 stars 0 forks source link

DrupalCamp 2018

Hosting and Deployment

The site is hosted with Amazee IO, so deployments happen when a branch of this repo receives a commit.

Local Environment

We use Amazee's environment, Cachalot, to run the site locally on all developer machines. For first-time setup instructions, read this.

Once you have Amazee's environment installed on your machine running the site requires a few simple commands:

Workflow

Git

Active development happens on the develop branch and is merged to master on release. Branches should be managed using the Git Flow methodology.

Composer

This site uses Composer to manage all of its dependencies, and the vendor directory is intentionally excluded. You'll need to run composer install to install everything required to run the site.

CMI

All configuration on this is managed via CMI. All configuration changes should be exported locally, committed and imported on remote sites.

Browser Support

This website is tested in the following browsers:

All commits and pull requests should be tested in those browsers.