https://github.com/vcolesdev/vc-docker-wordpress
This is a Docker-based app. See README.md for more details.
https://github.com/vcolesdev/vc-docker-wordpress
containerization containers docker docker-compose images mysql mysql-database redis redis-cache wordpress
Last synced: 9 months ago
JSON representation
This is a Docker-based app. See README.md for more details.
- Host: GitHub
- URL: https://github.com/vcolesdev/vc-docker-wordpress
- Owner: vcolesdev
- License: mit
- Created: 2024-01-19T06:01:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T06:01:49.000Z (about 2 years ago)
- Last Synced: 2025-06-28T19:20:55.616Z (9 months ago)
- Topics: containerization, containers, docker, docker-compose, images, mysql, mysql-database, redis, redis-cache, wordpress
- Language: CSS
- Homepage:
- Size: 7.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Docker WordPress Project
## Author
By: Vanessa Coles
## Description
This is a custom WordPress project using Docker. This is a work in progress!
## Features
* Docker & Docker Compose
* WordPress
* MYSQL Database
* Redis Cache
## Installation
1. Clone this repository to your local machine.
2. Run `docker-compose up -d` from the project root to pull files and build images.
3. Run `bash ./bin/install-wp.sh` from the project root to install WordPress.
4. Run `docker-compose up -d` to save your local changes to the container.
5. Navigate to `0.0.0.0` in your browser to view the site.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.