{"id":14968661,"url":"https://github.com/sa-adebayo/docksal-drupal8-varbase","last_synced_at":"2026-01-26T23:49:13.632Z","repository":{"id":82662801,"uuid":"153613352","full_name":"sa-adebayo/docksal-drupal8-varbase","owner":"sa-adebayo","description":"A docksal boilerplate for drupal8 varbase project","archived":false,"fork":false,"pushed_at":"2018-10-18T12:36:20.000Z","size":45000,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T01:52:44.959Z","etag":null,"topics":["boilerplate","docksal","drupal8","varbase"],"latest_commit_sha":null,"homepage":"","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/sa-adebayo.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-10-18T11:31:53.000Z","updated_at":"2018-10-18T12:36:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd1a4e10-ff4d-4904-8645-0ff6548ab05e","html_url":"https://github.com/sa-adebayo/docksal-drupal8-varbase","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"15735da2eb713d17b35e128d832a553a396541a1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa-adebayo%2Fdocksal-drupal8-varbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa-adebayo%2Fdocksal-drupal8-varbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa-adebayo%2Fdocksal-drupal8-varbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa-adebayo%2Fdocksal-drupal8-varbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sa-adebayo","download_url":"https://codeload.github.com/sa-adebayo/docksal-drupal8-varbase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239753700,"owners_count":19691160,"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":["boilerplate","docksal","drupal8","varbase"],"created_at":"2024-09-24T13:40:22.247Z","updated_at":"2026-01-14T16:30:15.677Z","avatar_url":"https://github.com/sa-adebayo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docksal powered Drupal 8 (Varbase) Installation\n\nThis is a sample vanilla Drupal 8 (Varbase) installation pre-configured for use with Docksal.\n\nFeatures:\n\n- Vanilla Drupal 8 (Varbase)\n- `fin init` [example](.docksal/commands/init)\n- Using the [default](.docksal/docksal.env#L9) Docksal LAMP stack with [image version pinning](.docksal/docksal.env#L13-L15)\n- PHP and MySQL settings overrides [examples](.docksal/etc)\n- Drush aliases [example](drush/aliases.drushrc.php) (`drush @docksal status`)\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://docs.docksal.io/en/master/getting-started/env-setup)\n\n### Step #2: Project setup\n\n1. Clone this repo into your Projects directory\n\n   ```\n   git clone https://github.com/sa-adebayo/docksal-drupal8-varbase.git varbase\n   cd varbase\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://varbase.docksal\n   ```\n\nWhen the automated install is complete the command line output will display the admin username and password.\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 starting example.\n\nSome common tasks that can be handled by the init script (an other [custom commands](https://docs.docksal.io/en/master/fin/custom-commands/)):\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\n## Security notice\n\nThis repo is intended for quick start demos and includes a hardcoded value for `hash_salt` in `settings.php`.  \nIf you are basing your project code base on this repo, make sure you regenerate and update the `hash_salt` value.  \nA new value can be generated with `drush ev '$hash = Drupal\\Component\\Utility\\Crypt::randomBytesBase64(55); print $hash . \"\\n\";'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsa-adebayo%2Fdocksal-drupal8-varbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsa-adebayo%2Fdocksal-drupal8-varbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsa-adebayo%2Fdocksal-drupal8-varbase/lists"}