{"id":20807104,"url":"https://github.com/druidfi/spell","last_synced_at":"2025-05-07T05:12:19.265Z","repository":{"id":11522136,"uuid":"69931357","full_name":"druidfi/spell","owner":"druidfi","description":"Spell to summon a new Drupal project","archived":false,"fork":false,"pushed_at":"2025-04-23T05:19:24.000Z","size":1338,"stargazers_count":0,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-07T05:12:11.724Z","etag":null,"topics":["composer","drupal","drupal-11","drupal-cms","project-template","stonehenge"],"latest_commit_sha":null,"homepage":"https://github.com/druidfi/spell","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/druidfi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-10-04T03:25:33.000Z","updated_at":"2025-01-17T06:01:19.000Z","dependencies_parsed_at":"2023-12-04T07:26:13.747Z","dependency_job_id":"7446f28a-ab81-4eb5-9d87-9dc6d6933903","html_url":"https://github.com/druidfi/spell","commit_stats":{"total_commits":359,"total_committers":4,"mean_commits":89.75,"dds":0.08635097493036215,"last_synced_commit":"918983729f87dafca48441b757c2ea4f9723e086"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druidfi%2Fspell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druidfi%2Fspell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druidfi%2Fspell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druidfi%2Fspell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/druidfi","download_url":"https://codeload.github.com/druidfi/spell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252817653,"owners_count":21808707,"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","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":["composer","drupal","drupal-11","drupal-cms","project-template","stonehenge"],"created_at":"2024-11-17T19:31:07.833Z","updated_at":"2025-05-07T05:12:19.259Z","avatar_url":"https://github.com/druidfi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# druidfi/spell\n\nThis is a skeleton repository which will create a new Drupal project for you and setup Docker based development\nenvironment with Stonehenge. See requirements below.\n\n## Includes\n\n- Drupal 11.1.x ([Core](https://github.com/druidfi/spell/tree/core) and [CMS](https://github.com/druidfi/spell/tree/cms) variants)\n- Drush 13.x\n- Docker Compose setup for development\n- [druidfi/tools](https://github.com/druidfi/tools)\n- Web root is `./public`\n- Configuration is in `./conf/cmi`\n- Custom modules can be created in `./public/modules/custom`\n- Recipes are in `./recipes`\n\n## Requirements\n\n- PHP ^8.3 and Composer\n- [Docker and Stonehenge](https://github.com/druidfi/stonehenge)\n\n## Create a new project with Composer\n\nIf you have PHP and Composer installed on your host (recommended):\n\n### Drupal core\n\n```console\ncomposer -n create-project druidfi/spell:dev-core my-drupal-site\n```\n\n### Drupal CMS\n\n```console\ncomposer -n create-project druidfi/spell:dev-cms my-drupal-cms-site\n```\n\n## Create a new project with Docker image\n\nIf you don't have PHP and Composer, but you have Docker installed:\n\n### Drupal core\n\n```console\nmkdir my-drupal-site \u0026\u0026 cd my-drupal-site \u0026\u0026 \\\ndocker run --rm -it -v $PWD:/app --env COMPOSER_MEMORY_LIMIT=-1 \\\n    druidfi/drupal-web:php-8.3 \\\n    composer -n create-project druidfi/spell:dev-core .\n```\n\n### Drupal CMS\n\n```console\nmkdir my-drupal-cms-site \u0026\u0026 cd my-drupal-cms-site \u0026\u0026 \\\ndocker run --rm -it -v $PWD:/app --env COMPOSER_MEMORY_LIMIT=-1 \\\n    druidfi/drupal-web:php-8.3 \\\n    composer -n create-project druidfi/spell:dev-cms .\n```\n\n## Get started\n\nNow you need to have Stonehenge up \u0026 running.\n\nStart the development environment, build development codebase and install empty site with minimal profile:\n\n```console\nmake new\n```\n\nNow your site can can be accessed from https://yoursite.docker.so\n\n## Next steps\n\nGit has been init in the project, but you need to specify your remote before you can push.\n\nYou can run `make help` to list all available commands for you.\n\n## Running tests on Spell when developing\n\nOn macOS you need first to install Chromedriver and allow it to execute:\n\n```console\nbrew install chromedriver\nxattr -d com.apple.quarantine /opt/homebrew/bin/chromedriver\n```\n\nThen run the same test scenario as in Github Actions:\n\n```console\nmake test\n```\n\n## Other information\n\nThis project can be found from the Packagist: https://packagist.org/packages/druidfi/spell\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdruidfi%2Fspell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdruidfi%2Fspell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdruidfi%2Fspell/lists"}