Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```