{"id":19466251,"url":"https://github.com/flaubert-dev/app-wp-make","last_synced_at":"2026-04-14T04:31:48.293Z","repository":{"id":242444210,"uuid":"809561613","full_name":"flaubert-dev/app-wp-make","owner":"flaubert-dev","description":"Configure o Ubuntu de forma simples e instale o WordPress para desenvolvimento, testes ou estudos locais.","archived":false,"fork":false,"pushed_at":"2024-10-27T16:42:32.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T01:44:37.211Z","etag":null,"topics":["docker","docker-compose","make","makefile","sage-theme","wordpress","wsl-ubuntu","wsl2"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/flaubert-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-03T02:24:07.000Z","updated_at":"2025-03-22T06:54:28.000Z","dependencies_parsed_at":"2024-08-25T20:36:59.706Z","dependency_job_id":"29096178-b127-4e0c-baa4-72bf271fb9e8","html_url":"https://github.com/flaubert-dev/app-wp-make","commit_stats":null,"previous_names":["flaubert-dev/app-wp-make"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flaubert-dev/app-wp-make","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaubert-dev%2Fapp-wp-make","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaubert-dev%2Fapp-wp-make/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaubert-dev%2Fapp-wp-make/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaubert-dev%2Fapp-wp-make/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flaubert-dev","download_url":"https://codeload.github.com/flaubert-dev/app-wp-make/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flaubert-dev%2Fapp-wp-make/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","make","makefile","sage-theme","wordpress","wsl-ubuntu","wsl2"],"created_at":"2024-11-10T18:26:18.574Z","updated_at":"2026-04-14T04:31:48.276Z","avatar_url":"https://github.com/flaubert-dev.png","language":"Shell","readme":"# App WP Make\r\n\r\nUm passo a passo para ajudar os Devs na criação de um ambiente de desenvolvimento local no WSL 2 usando o Ubuntu 22.04 (recém instalado ou formatado). Este repositório exige um amplo conhecimento em Linux, Docker e WordPress para conseguir desfrutar do App WP Make com total segurança! Para facilitar, é só seguir o passo a passo:\r\n\r\nPasso 1. [Instalação](#passo-1-instalação) \u003cbr\u003e\r\nPasso 2. [Preparar o ambiente de desenvolvimento local](#passo-2-preparar-o-ambiente-de-desenvolvimento-local) \u003cbr\u003e\r\nPasso 3. [Instalar o WordPress](#passo-3-instalar-o-wordpress) \u003cbr\u003e\r\nPasso 4. [Entrar no app](#passo-4-login-credenciais) \u003cbr\u003e\r\nPasso 5. [Links de acesso](#passo-5-acessar-o-app)\r\n\r\n\u003chr\u003e\r\n\r\n## Passo 1. Instalação\r\n\r\n\u003e 1. Instalar git e make\r\n\r\n```bash\r\nsudo apt update \u0026\u0026 sudo apt install git make -y\r\n```\r\n\r\n\u003e 2. Baixar o App WP Make\r\n\r\n```bash\r\ncd ~ \u0026\u0026 git clone https://github.com/flaubert-dev/app-wp-make.git\r\n```\r\n\r\n\u003e 3. Entre no diretório\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 rm -fr .git\r\n```\r\n\r\n## Passo 2. Preparar o ambiente de desenvolvimento local\r\n\r\nSe você acabou de instalar no Windows o WSL 2 e o Ubuntu 22.04 poderá executar estes comandos no terminal da distribuição Ubuntu 22.04:\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make windows-wsl-2-docker-ubuntu\r\n```\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make windows-wsl-2-ubuntu\r\n```\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make wp-prepare \u0026\u0026 source ~/.bashrc\r\n```\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 wp config set FS_METHOD direct\r\n```\r\n\r\n## Passo 3. Instalar o WordPress\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 wp core install --url=localhost --title=\"Bem-vindo ao WordPress\" --admin_user=dev --admin_password=123 --admin_email=dev@exemplo.com\r\n```\r\n\r\n## Passo 4. Login (credenciais)\r\n\r\n- Painel ADM: http://localhost/wp-admin/\r\n- Username: dev\r\n- Password: 123\r\n\r\n## Passo 5. Acessar o App\r\n\r\n- App: http://localhost/\r\n- phpMyAdmin: http://localhost:10777/\r\n- REST API: http://localhost/wp-json/wp/v2/posts/\r\n\r\n## Buildar, levantar, reiniciar, descer os containers\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make build\r\n```\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make up\r\n```\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make restart\r\n```\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make down\r\n```\r\n\r\n## Verificar a quantidade de espaço utilizado\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make system-df\r\n```\r\n\r\n## 100% opcional\r\n\r\n### Instalar o Sage Starter Theme 10\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 make nvm_node_yarn_wsl \u0026\u0026 source ~/.bashrc\r\n```\r\n\r\n```bash\r\nmake wp_sage_install\r\n```\r\n\r\n```bash\r\nwp theme activate wp-sage \u0026\u0026 wp acorn acorn:init\r\n```\r\n\r\n```bash\r\nmake wp_sage_build\r\n```\r\n\r\n### Instalar o WordPress Multisite\r\n\r\n```bash\r\ncd ~/app-wp-make \u0026\u0026 wp core multisite-install --url=localhost --title=\"Bem-vindo ao WordPress\" --admin_user=\"dev\" --admin_password=\"123\" --admin_email=\"dev@exemplo.com\"\r\n```\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaubert-dev%2Fapp-wp-make","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaubert-dev%2Fapp-wp-make","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaubert-dev%2Fapp-wp-make/lists"}