{"id":18400469,"url":"https://github.com/docksal/boilerplate-drupal7-advanced","last_synced_at":"2025-10-13T16:44:18.867Z","repository":{"id":37183498,"uuid":"79495853","full_name":"docksal/boilerplate-drupal7-advanced","owner":"docksal","description":"Drupal 7 boilerplate project with advanced configuration powered by Docksal","archived":false,"fork":false,"pushed_at":"2024-09-14T16:53:34.000Z","size":7638,"stargazers_count":5,"open_issues_count":2,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-02T00:31:19.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docksal.io","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/docksal.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,"zenodo":null},"funding":{"github":"docksal","open_collective":"docksal"}},"created_at":"2017-01-19T21:14:09.000Z","updated_at":"2024-09-14T16:52:50.000Z","dependencies_parsed_at":"2023-02-15T11:16:06.844Z","dependency_job_id":"54b88f94-c643-4f1a-9caa-c253976ba29b","html_url":"https://github.com/docksal/boilerplate-drupal7-advanced","commit_stats":{"total_commits":172,"total_committers":14,"mean_commits":"12.285714285714286","dds":0.4709302325581395,"last_synced_commit":"bd97e9f8cca2a3e5df3acf7bfd3a3e32e682aef7"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/docksal/boilerplate-drupal7-advanced","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal7-advanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal7-advanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal7-advanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal7-advanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docksal","download_url":"https://codeload.github.com/docksal/boilerplate-drupal7-advanced/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docksal%2Fboilerplate-drupal7-advanced/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264677050,"owners_count":23648120,"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":[],"created_at":"2024-11-06T02:33:39.507Z","updated_at":"2025-10-13T16:44:13.848Z","avatar_url":"https://github.com/docksal.png","language":"PHP","funding_links":["https://github.com/sponsors/docksal","https://opencollective.com/docksal"],"categories":[],"sub_categories":[],"readme":"# Docksal powered Drupal 7 Installation\n\nThis is a sample vanilla Drupal 7 installation pre-configured for use with Docksal.  \n\nFeatures:\n\n- Vanilla Drupal 7\n- `fin init` example\n- Drupal multisite example\n- Behat setup example and sample tests\n\n## Setup instructions\n\n### Step #1: Docksal environment setup\n\n**This is a one time setup - skip this if you already have a working Docksal environment.**  \n\nFollow [Docksal environment setup instructions](https://github.com/docksal/docksal/blob/develop/docs/env-setup.md)\n   \n### Step #2: Project setup\n\n1. Clone this repo into your Projects directory\n\n    ```\n    git clone https://github.com/docksal/boilerplate-drupal7-advanced.git drupal7-advanced \u0026\u0026 cd drupal7-advanced\n    ```\n\n2. Initialize the site\n\n    This will initialize local settings and install the site via drush\n\n    ```\n    fin init\n    ```\n\n3. Point your browser to\n\n    ```\n    http://drupal7-advanced.docksal.site\n    ```\n\n\n## More automation with 'fin init'\n\nSite provisioning can be automated using `fin init`, which calls the shell script in [.docksal/commands/init](.docksal/commands/init).  \nThis script is meant to be modified per project. The one in this repo will give you a good example of advanced init script.\n\nSome common tasks that can be handled by the init script:\n\n- initialize local settings files for Docker Compose, Drupal, Behat, etc.\n- import DB or perform a site install\n- compile Sass\n- run DB updates, revert features, clear caches, etc.\n- enable/disable modules, update variables values\n- run Behat tests\n\n\n## Behat test examples\n\nBehat tests are stored in [tests/behat](tests/behat).  \n\nExample of running Behat tests: \n\n```\nfin behat features/blackbox.feature\n```\n\n\n## Drupal multisite example\n\nThere is an additional site configured in this project: `anothersite.drupal7-advanced.docksal`\n\nTo have it installed during `fin init` \n\n1. Uncomment the following block in [.docksal/commands/init](.docksal/commands/init):\n\n    ```\n    # Multisite - install an additional site\n    site_install_anothersite\n    ```\n\n2. Run `fin init` again\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocksal%2Fboilerplate-drupal7-advanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocksal%2Fboilerplate-drupal7-advanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocksal%2Fboilerplate-drupal7-advanced/lists"}