A base Drupal distribution profile with a theme based on Emulsify Design System.
Follow the documentation found on the Sous Drupal project page.
- Clone this project, create a new branch make your change and push the branch.
- In another directory, clone the sous-drupal-project repo.
- Change the
"fourkitchens/sous-drupal-distro": "dev-4.x",
(located in thecomposer.json
) line to match the name of the branch you wish to test or change into theweb/profiles/contrib/sous/
directory and checkout the branch you are looking for if you have already setup the project. composer install
, if you have already runcomposer install
then ->composer update fourkitchens/sous-drupal-distro
lando start
- Open the url that lando prints
- Follow the setup instructions
- Database connection information can be found with
lando info
in the database section. - Finish setup and test as appropriate.
- This repo has the following named/maintenance branches:
master
x.x
x.x.x
- These branches are protected on GitHub
- A personal access token was created for CircleCI.
- CircleCI was setup to run on this project and tag the releases
- Commit changes following the Conventional commit guidelines
- Push your change up and verify CircleCI passes and has run on your desired branch.
- Your branch must be a named stable release branch in order to get a tag.
- Prereleases are not supported with this package because they contain a dot.