refactorium
v1.0.0
Published
A Docker-based local development environment for WordPress projects.
Downloads
86
Readme
Atomic WordPress Dev
A Docker-based local development environment for WordPress projects.
Features
- WordPress with MySQL
- Easy setup with Docker Compose
- Persistent database storage
Installation
Clone the repository:
git clone https://github.com/yourusername/atomic-wordpress-dev.git cd atomic-wordpress-dev
Start the Docker containers:
docker-compose up -d
Access WordPress: Open your browser and go to
http://localhost:8000
.
Usage
Stopping the environment:
docker-compose down
Restarting the environment:
docker-compose up -d
Accessing the MySQL database:
docker exec -it <mysql-container-name> mysql -u root -p
Profiling Tools
Using Profiling Tools
To identify performance bottlenecks, you can use the profiling tools integrated into this project.
Running the Profiling Service
Start the profiling service:
docker-compose up -d profiler
Access the profiling results: The profiling results will be saved in the
profiler
directory asprofile.svg
.
Contributing
We welcome contributions! Please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes with clear and descriptive messages.
- Push your changes to your fork.
- Create a pull request to the main repository.
For more details, please refer to CONTRIBUTING.md
.