{"id":16356762,"url":"https://github.com/zaporylie/drupal-boilerplate","last_synced_at":"2025-10-26T04:30:16.504Z","repository":{"id":22675255,"uuid":"26018745","full_name":"zaporylie/drupal-boilerplate","owner":"zaporylie","description":"Boilerplate for Drupal based projects.","archived":false,"fork":false,"pushed_at":"2016-08-29T06:18:35.000Z","size":595,"stargazers_count":4,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T09:11:37.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"linkerd/linkerd-tcp","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaporylie.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}},"created_at":"2014-10-31T14:10:45.000Z","updated_at":"2017-01-03T20:23:15.000Z","dependencies_parsed_at":"2022-08-21T09:00:58.698Z","dependency_job_id":null,"html_url":"https://github.com/zaporylie/drupal-boilerplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaporylie%2Fdrupal-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaporylie%2Fdrupal-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaporylie%2Fdrupal-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaporylie%2Fdrupal-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaporylie","download_url":"https://codeload.github.com/zaporylie/drupal-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238254143,"owners_count":19441796,"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-10-11T01:44:15.373Z","updated_at":"2025-10-26T04:30:15.834Z","avatar_url":"https://github.com/zaporylie.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Deprecated] Drupal Boilerplate for D7 and D8 projects \n\n**Thanks for your interest but this project is now deprecated. Visit http://github.com/drupal-docker if you're looking for Drupal-Docker integration. Following organization is a direct successor of all repos which are related to Drupal\u0026Docker and created by me. Thanks and good luck!**\n\n## Description\n\nNew version of drupal-boilerplate project which is now Docker-oriented. Use it to \nstart new Drupal project or you can add it to existing project. All you need to \ndo is:\n````bash\ncurl -s https://raw.githubusercontent.com/zaporylie/drupal-boilerplate/master/scripts/install.sh | sh\n````\nThat command will download repository for you and extract it to the current \ndirectory.\n\nYou can also do it manually - download [ZIP](https://github.com/zaporylie/drupal-boilerplate/archive/master.zip) \nfile and extract it to preferred destination.\n\n## Docker\n\ndrupal-boilerplate repository has a few docker-compose YAML files which helps \nyou start group of containers required to run Drupal site. All you need to do is\ntype one of `docker-compose up` commands. More about how to \"up\" your project in\n[\"Running\"](#running) section.\n\n### Requirements\n\n* Linux\n\nSince we want to use Docker containers to run our project we need our host to\nhas Linux operating system. Read more about docker requirements on \nhttp://docker.com\nIf you are OSX user - nothing is lost. You can use boot2docker \nor [docker-host](https://github.com/zaporylie/docker-host) which was a part of \nthis project before but now is hosted as a separate project.\n\n* [docker](https://docs.docker.com/installation/ubuntulinux/)\n\n````\n# You can use this command on Ubuntu to install it.\ncurl -sSL https://get.docker.com/ubuntu/ | sudo sh\n````\n\n* [docker-compose](http://docs.docker.com/compose/install/)\n\n````\n# The easiest way to install on ubuntu is:\ncurl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` \u003e /usr/local/bin/docker-compose\nchmod +x /usr/local/bin/docker-compose\n````\n\n### Running \u003ca id=\"running\"\u003e\u003c/a\u003e\n\nAll you need is one of these commands:\n````\n# To run default file (docker-compose.yml):\ndocker-compose up -d\n\n# To run selected yml file:\ndocker-compose --file=docker-compose-production.yml up -d\n````\n\nNotice, that flag -d means detached mode, so use `docker-compose logs` for more\ninformation about running services.\n`docker-compose ps` will give you overview about running containers.\n\n### Recommended additional containers:\n\n* Use [nginx-proxy](https://github.com/jwilder/nginx-proxy) to get domain support \nfor new project and proxy traffic on port 80 (eventually 443) to your container\n(which, by default, has random port).\n\n## Credits\n\nRepository was created by zaporylie \u003cjakub@piaseccy.pl\u003e with Ny Media AS support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaporylie%2Fdrupal-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaporylie%2Fdrupal-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaporylie%2Fdrupal-boilerplate/lists"}