{"id":15023828,"url":"https://github.com/librecodecoop/wordpress-docker","last_synced_at":"2025-04-09T20:02:53.709Z","repository":{"id":107249679,"uuid":"387917324","full_name":"LibreCodeCoop/wordpress-docker","owner":"LibreCodeCoop","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-24T22:39:01.000Z","size":67,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T20:02:37.968Z","etag":null,"topics":["mysql","php","php56","php8","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/LibreCodeCoop.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":"2021-07-20T21:24:26.000Z","updated_at":"2025-02-24T22:39:04.000Z","dependencies_parsed_at":"2024-01-17T21:56:15.523Z","dependency_job_id":"94fd2d86-13e6-4e06-ac8a-dee56d6a4ae4","html_url":"https://github.com/LibreCodeCoop/wordpress-docker","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/LibreCodeCoop%2Fwordpress-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fwordpress-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fwordpress-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fwordpress-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LibreCodeCoop","download_url":"https://codeload.github.com/LibreCodeCoop/wordpress-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103865,"owners_count":21048245,"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":["mysql","php","php56","php8","wordpress"],"created_at":"2024-09-24T19:59:29.268Z","updated_at":"2025-04-09T20:02:53.692Z","avatar_url":"https://github.com/LibreCodeCoop.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordpress\n\n[It will be necessary to have the docker installed in its operating system to execute this project.](https://docs.docker.com/get-docker/)\n\n\n## Setup\n\n### Production\n\nAfter clone:\n\n```bash\ndocker compose build\ndocker compose up -d\n```\n\n### Development\n\n```bash\ndocker compose exec --user www-data wordpress wp search-replace --all-tables --report-changed-only \u003cdomain-without-protocol\u003e localhost\ndocker compose exec --user www-data wordpress wp search-replace --all-tables --report-changed-only https://localhost http://localhost\ndocker compose exec --user www-data wordpress wp user reset-password \u003cusername\u003e --show-password --skip-email\n```\n\n## Update\n\n```bash\ndocker compose exec --user www-data wordpress wp core update\ndocker compose exec --user www-data wordpress wp core update-db\ndocker compose exec --user www-data wordpress wp plugin update --all\ndocker compose exec --user www-data wordpress wp language core update\ndocker compose exec --user www-data wordpress wp language plugin update --all\ndocker compose exec --user www-data wordpress wp theme update --all\n```\n\n* [Ambiente de desenvolvimento](docs/ambiente-dev-local.md)\n* [Atualização de versão de WordPress e plugins](docs/atualizacao.md)\n\n## Checking if have files changed at core\n\nYou need to put the `.git` folder of current version of WordPress at root directory of current site and run `git status`\n\n```bash\ngit clone --progress -b \u003ctag-version\u003e --single-branch --depth 1 https://github.com/WordPress/WordPress.git\nmv WordPress/.git volumes/wordpress\nrm -rf WordPress\ncd volumes/wordpress\ngit status\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrecodecoop%2Fwordpress-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrecodecoop%2Fwordpress-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrecodecoop%2Fwordpress-docker/lists"}