https://github.com/craigphares/craigphares-wp
Personal WordPress website.
https://github.com/craigphares/craigphares-wp
blog docker php wordpress
Last synced: about 2 months ago
JSON representation
Personal WordPress website.
- Host: GitHub
- URL: https://github.com/craigphares/craigphares-wp
- Owner: craigphares
- License: mit
- Created: 2019-09-04T03:23:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T18:22:10.000Z (almost 2 years ago)
- Last Synced: 2025-09-22T03:44:27.706Z (9 months ago)
- Topics: blog, docker, php, wordpress
- Language: PHP
- Homepage: https://craigphares.com
- Size: 3.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Craig WordPress Source
This is the source code for craigphares.com. Everything is setup in a local Docker container to keep development simple.
## Getting started
Install dependencies with `npm install`
Start the Docker container `docker-compose up -d`
The local server will be up and running at `http://localhost:9999`
phpMyAdmin will be up and running at `http://localhost:8080`
View any server logs at `docker logs -f --details craigphares_wordpress_1`
Stop the Docker container anytime with `docker-compose stop`