Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T08:35:29.000Z (about 1 year ago)
- Last Synced: 2023-10-28T15:43:34.504Z (about 1 year ago)
- Topics: composer, docker, docker-compose, php7, wordpress, wordpress-boilerplate, wordpress-development
- Language: PHP
- Size: 130 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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 [email protected]: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
```