{"id":18320212,"url":"https://github.com/gedex/wpdock","last_synced_at":"2025-07-29T03:04:59.730Z","repository":{"id":136686199,"uuid":"39102798","full_name":"gedex/wpdock","owner":"gedex","description":"WordPress themes and plugins development with Docker and Compose","archived":false,"fork":false,"pushed_at":"2015-07-16T17:00:28.000Z","size":119,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T22:32:31.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/gedex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-14T22:05:39.000Z","updated_at":"2022-11-28T16:23:23.000Z","dependencies_parsed_at":"2023-03-13T08:30:51.181Z","dependency_job_id":null,"html_url":"https://github.com/gedex/wpdock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gedex/wpdock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fwpdock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fwpdock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fwpdock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fwpdock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gedex","download_url":"https://codeload.github.com/gedex/wpdock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fwpdock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267621580,"owners_count":24116900,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-05T18:15:34.401Z","updated_at":"2025-07-29T03:04:59.693Z","avatar_url":"https://github.com/gedex.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"wpdock\n======\n\nWordPress themes and plugins development using Docker and Compose.\n\n## Demo\n\n[![asciicast](https://asciinema.org/a/a67505xy5l3zlemc8e4xcekxd.png)](https://asciinema.org/a/a67505xy5l3zlemc8e4xcekxd)\n\n## Requirements\n\n* [Docker](https://docs.docker.com/installation/)\n* [Compose](https://docs.docker.com/compose/install/)\n\n## Install\n\n```\ngit clone --recursive https://github.com/gedex/wpdock.git\ncd wpdock\ndocker-compose build\ndocker-compose up -d\n```\n\nNow open `http://[docker-ip]/`. If you're using [boot2docker](http://boot2docker.io/),\nthen replace `[docker-ip]` with your boot2docker IP, check it with:\n\n```\nboot2docker ip\n```\n\nRun the famous WP setup from there. \n\n## Running WP-CLI\n\n```\ndocker-compose run wpcli --help\n```\n\n### Install theme:\n\n```\ndocker-compose run wpcli theme install twentyfifteen --activate\n```\n\n### Install plugin:\n\n```\ndocker-compose run wpcli plugin install woocommerce --activate\n```\n\n## Try various WP versions\n\nSince WP installed as submodule, you can checkout different version of WP:\n\n```\ncd www/wp\ngit checkout 3.9\ngit checkout 4.2.2\ngit checkout master\n```\n\n## Stop the services and container\n\nTo stop services:\n\n```\ndocker-compose stop\n```\n\nYour changes are persisted. So when you do `docker-compose up -d` again you'll get the same\nsnapshot as before.\n\nWhen you want to kill all the containers:\n\n```\ndocker-compose kill\n```\n\n## Remove containers completely\n\n```\ndocker-compose kill\ndocker rm $(docker ps -a -q) # Warning: this will remove all containers\n```\n\nIf you start again, you'll be prompted with WP install again.\n\n## Other services\n\nThese services are provided in case you're developing plugins that interact with them.\n\n* Memcached\n* Redis\n* Elasticsearch\n\nSee [docker-compose.yml](./docker-compose.yml) file for service settings.\n\n## LICENSE\n\nMIT License -- see [LICENSE](./LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fwpdock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedex%2Fwpdock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fwpdock/lists"}