{"id":24263001,"url":"https://github.com/projectcleverweb/drupal-testing","last_synced_at":"2025-03-04T22:46:00.924Z","repository":{"id":18448146,"uuid":"21640464","full_name":"ProjectCleverWeb/drupal-testing","owner":"ProjectCleverWeb","description":null,"archived":false,"fork":false,"pushed_at":"2014-07-10T17:59:47.000Z","size":3572,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T08:04:20.603Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProjectCleverWeb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-09T05:25:10.000Z","updated_at":"2014-07-09T05:35:40.000Z","dependencies_parsed_at":"2022-08-20T16:40:24.925Z","dependency_job_id":null,"html_url":"https://github.com/ProjectCleverWeb/drupal-testing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2Fdrupal-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2Fdrupal-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2Fdrupal-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2Fdrupal-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProjectCleverWeb","download_url":"https://codeload.github.com/ProjectCleverWeb/drupal-testing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241935266,"owners_count":20044826,"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":"2025-01-15T07:25:37.684Z","updated_at":"2025-03-04T22:46:00.913Z","avatar_url":"https://github.com/ProjectCleverWeb.png","language":"PHP","readme":"Quickstart Explanation\n----------------------\n\nThe following is an explanation of how this Quickstart was created so you can use it as a guide in creating your own Quickstarts.\n\n* Config File: Because Pagoda Box needs a different config file than a local version of the site, we created a new directory in the root of the project called \"pagoda\" and created a pagoda version of the config file there. Then we created an After Build deploy hook in the Boxfile that moved that file from pagoda/settings.php to sites/default/settings.php. Also, in place of the static database credentials, we used the auto-created environment variables.\n\n\u003cpre\u003e\n    \u003ccode\u003e\n        after_build:\n            - \"mv pagoda/settings.php sites/default/settings.php\"\n    \u003c/code\u003e\n\u003c/pre\u003e\n\n* Database Component: An empty database was created by adding a db component to the Boxfile.\n\n\u003cpre\u003e\n   \u003ccode\u003e\n        db1:\n            name: drupal\n   \u003c/code\u003e\n\u003c/pre\u003e\n\n* Database Import: Since the install script creates database tables, it was necessary to import an SQL file. We can do that with a Before Deploy hook, but since that import should only happen on the first deploy and not subsequent deploys, it was placed in the Boxfile.install file.\n\n\u003cpre\u003e\n   \u003ccode\u003e\n        before_deploy:\n            - \"mysql -h $DB1_HOST --port $DB1_PORT -u $DB1_USER -p$DB1_PASS $DB1_NAME \u0026lt; pagoda/quickstart-db.sql\"\n   \u003c/code\u003e\n\u003c/pre\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectcleverweb%2Fdrupal-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectcleverweb%2Fdrupal-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectcleverweb%2Fdrupal-testing/lists"}