https://github.com/amrikarisma/wpblog-development
WordPress Deployment with Docker
https://github.com/amrikarisma/wpblog-development
wordpress wordpress-development wordpress-docker wordpress-docker-compose wordpress-plugin wordpress-theme
Last synced: 8 months ago
JSON representation
WordPress Deployment with Docker
- Host: GitHub
- URL: https://github.com/amrikarisma/wpblog-development
- Owner: amrikarisma
- Created: 2022-07-10T17:53:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T18:04:06.000Z (over 3 years ago)
- Last Synced: 2025-03-04T22:34:36.200Z (about 1 year ago)
- Topics: wordpress, wordpress-development, wordpress-docker, wordpress-docker-compose, wordpress-plugin, wordpress-theme
- Language: PHP
- Homepage: https://kerja.dev
- Size: 22.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Deployment with Docker
### Windows
```
docker-compose -f ".\docker\docker-compose.yml" up
```
### Linux or Unix
```
docker-compose -f "./docker/docker-compose.yml" up
```
## Structure
- docker : docker configuration
- db
- php
- phpmyadmin
- wordpress
- .env
- .gitignore
- docker-compose_M1.yml
- docker-compose.yml
- www : project directory
- _sql : directory sql dump
- project_name.sql : this is sql dump file