An open API service indexing awesome lists of open source software.

https://github.com/stefanwalther/wp

Simple (local) Wordpress installation
https://github.com/stefanwalther/wp

docker mysql wordpress

Last synced: about 2 months ago
JSON representation

Simple (local) Wordpress installation

Awesome Lists containing this project

README

          

# wp
Wordpress Installation (primarily for local testing & experimentation)

## Installation

```bash
$ docker compose up
```

Spins up the following environments:

- Wordpress: http://localhost:8000 resp. http://localhost:8000/wp-admin
- MySql - on port 3306
- Adminer to access MySql: http://localhost:8080