Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dunglas/frankenphp-wordpress
WordPress on FrankenPHP
https://github.com/dunglas/frankenphp-wordpress
docker docker-compose frankenphp php wordpress
Last synced: about 1 month ago
JSON representation
WordPress on FrankenPHP
- Host: GitHub
- URL: https://github.com/dunglas/frankenphp-wordpress
- Owner: dunglas
- Created: 2022-10-30T15:19:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T23:20:16.000Z (9 months ago)
- Last Synced: 2024-05-02T06:02:02.343Z (6 months ago)
- Topics: docker, docker-compose, frankenphp, php, wordpress
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 113
- Watchers: 9
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress on FrankenPHP
> [!CAUTION]
> This repository has been deprecated in favor of [FrankenWP](https://github.com/StephenMiracle/frankenwp),
> an enterprise-grade WordPress image built using FrankenPHP.Run the popular [WordPress CMS](https://wordpress.org) on top of [FrankenPHP](https://frankenphp.dev),
the modern app server for PHP.## Getting Started
```
git clone https://github.com/dunglas/frankenphp-wordpress
cd frankenphp-wordpress
docker compose pull --include-deps
docker compose up
```
Your WordPress is available on `https://localhost`.
Check `docker-compose.yml` to find DB credentials.