{"id":20815381,"url":"https://github.com/teamdeeson/d7-quickstart","last_synced_at":"2025-09-05T07:37:39.307Z","repository":{"id":147156018,"uuid":"149189586","full_name":"teamdeeson/d7-quickstart","owner":"teamdeeson","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-11T09:31:07.000Z","size":118,"stargazers_count":0,"open_issues_count":6,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-12T05:28:05.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamdeeson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-17T21:21:38.000Z","updated_at":"2019-12-11T09:31:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec6dd35c-733f-4d69-8c64-fbd52959b36a","html_url":"https://github.com/teamdeeson/d7-quickstart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teamdeeson/d7-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fd7-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fd7-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fd7-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fd7-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamdeeson","download_url":"https://codeload.github.com/teamdeeson/d7-quickstart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdeeson%2Fd7-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273727729,"owners_count":25157132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T21:22:33.909Z","updated_at":"2025-09-05T07:37:34.294Z","avatar_url":"https://github.com/teamdeeson.png","language":"PHP","readme":"# Deeson D7 QuickStart.\n\nWelcome to the repository of the *D7 QuickStart* project. Thank you for choosing to work on this project.\n\n## Prerequisites.\n\nYou'll need to be running [Docker](https://www.docker.com/) and the [Deeson Docker Proxy](https://github.com/teamdeeson/docker-proxy) to run this project locally.\n\n## Getting started.\n\n1. Clone the repo.\n2. `make install`\n3. `make start`\n4. Add a database dump e.g. \n\n```\ndrush @test sql-dump \u003e test.sql\npv test.sql | docker-compose exec -T mariadb mysql -udrupal -pdrupal drupal\n```\n\n6. Prepare the database for local usage `make update`\n5. Login for the first time `drush @docker uli`\n\n## Subsequent runs.\n\n1. Start Docker: `make start`\n2. Login: `drush @docker uli`\n\n## When done.\n\nStop Docker to save resources: `make stop`\n\n## Updating this project.\n\nThis project uses [Drush Make](https://docs.drush.org/en/7.x/make/) for pulling in dependencies.\n\n### Updating modules.\n\nYou should edit the versions defined in `drush-make.lock.yml`\n\n### Updating core.\n\nNo special considerations for this project, just edit the `drush-make.lock.yml`\n\n## Patching the project.\n\nPatches should be referenced from Drupal.org where possible. If you must make a patch file store it in the patches directory in the project root.  Patches are then referenced in the `drush-make.yml` file as appropriate.\n\n```\nprojects:\n  module_name:\n    patch:\n      # A comment about a local patch file and what it does.\n      - './patches/some-custom-file.patch'\n      # A comment about a patch on drupal.org and what it does.\n      - https://drupal.org/files/some-patch.patch\n```\n\n## Branching strategy.\n\nWe use [GitFlow](https://www.deeson.co.uk/labs/using-git-flow-drupal-project) branching strategy on this project.\n\nWhen starting work on a new feature, name the feature branch starting with the Jira ticket number\n\n`git flow feature start fsa-25--some-issue-description`\n\nMake sure any pull requests are set to merge to develop when done.\n\nYou can merge into the UAT branch without a pull request to deploy your work to the dev site. Don't finish the feature branch when you do this - feature branches are only finished when they have passed inspection on UAT and have at least one approved pull request and then merged into develop ready for the next release.\n\n## Deployment.\n\nThe `bitbucket-pipelines.yml` file describes the build process which is execute on commit to specified branches in BitBucket.\n\n## Hosting.\n\nThis project is hosted on **insert hosting provider details here**.\n\n## Environmental configuration management.\n\nThis project uses:\n\n* Features module for exporting database artifacts\n* [master module](https://www.deeson.co.uk/labs/drupal-7-environment-dependency-management-master-module) for specifying per environment module requirements\n* An organised approach to [settings.php environmental variables](https://www.deeson.co.uk/labs/site-configuration-strategy-or-how-manage-your-settingsphp-files) via the `sites/all/conf` directory.\n* Secure environment settings should not be in version control and managed via the hosting environment variables.\n\n## Jira project management.\n\nTickets are managed in this [Jira project]() **\u003c--Add link here**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdeeson%2Fd7-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamdeeson%2Fd7-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdeeson%2Fd7-quickstart/lists"}