https://github.com/pfwd/wordpress-install
Install Word Press using Docker and Composer
https://github.com/pfwd/wordpress-install
composer docker docker-compose php7 wordpress wordpress-boilerplate wordpress-development
Last synced: 10 months ago
JSON representation
Install Word Press using Docker and Composer
- Host: GitHub
- URL: https://github.com/pfwd/wordpress-install
- Owner: pfwd
- Created: 2017-10-07T09:47:32.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T15:19:21.000Z (over 2 years ago)
- Last Synced: 2025-06-03T14:26:06.080Z (about 1 year ago)
- Topics: composer, docker, docker-compose, php7, wordpress, wordpress-boilerplate, wordpress-development
- Language: PHP
- Size: 191 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress install using Docker and Composer
## Requirements
- Docker
- Docker Compose
- Composer
- Git
## Install
### Git clone
Clone the repo
```
git clone git@github.com:pfwd/wordpress-install.git wordpress-install
```
### Environmental Variables
Copy `.env.dist` to `.env` and adjust as required
```bash
$ cp .env.dist .env
```
### Docker Compose
Run containers
```
$ docker compose up -d
```