Contributed to WordPress 7.0? Claim your Contributor Card โ†’ Claim Your Card
Skip to main content
Login Join
YouTube Developer

WordPress Core Contribution: Set Up Your Local Development Environment with Docker

Version-agnostic 5:42 Bengali Tutorial submitted by Huzaifa Al Mesbah

Want to contribute to WordPress core? In this video, Iโ€™ll show you how to set up your local WordPress development environment using Docker so you can start contributing like a pro! ๐Ÿ’ป๐Ÿ”ฅ

By the end of this tutorial, you'll have a fully functional WordPress development setup running on your local machine. Whether you're a beginner or an experienced developer, this step-by-step guide will help you get started quickly.

๐Ÿ”— Resources Mentioned:
๐Ÿ“Œ WordPress Core GitHub Repository: https://github.com/WordPress/wordpress-develop
๐Ÿ“Œ Download Docker: https://www.docker.com/get-started
๐Ÿ“Œ Node.js & npm Installation: https://nodejs.org/

๐Ÿ›  Commands Used in This Video:

โœ… Clone the WordPress Core Repository:
git clone https://github.com/WordPress/wordpress-develop.git
cd wordpress-develop

โœ… Install Dependencies & Build WordPress:
npm install
npm run build:dev

โœ… Start the Local WordPress Site with Docker:
npm run env:start
npm run env:install

๐Ÿ“Œ Site URL: http://localhost:8889

โœ… Restart, Stop & Reset Environment:
npm run env:restart # Restart the environment
npm run env:stop # Stop the environment
npm run env:reset # Reset everything (Deletes database & Docker images)

๐Ÿ›  Default WordPress Login Credentials:
๐Ÿ”‘ Admin Panel Login:
๐Ÿ“Œ URL: http://localhost:8889/wp-admin
๐Ÿ‘ค Username: admin
๐Ÿ”’ Password: password

๐Ÿ“ฆ Database Credentials:
- Database Name: wordpress_develop
- Username: root
- Password: password

Watch on YouTube

What to watch next

Login to suggest

No algorithm. Folks recommend what to watch next, with one sentence on why.

No suggestions yet. Be the first to recommend what folks should watch next.

0 comments