Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 575 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 575 Bytes

Bedrock WordPress Docker Setup

Installation

Make sure you have Docker desktop installed: https://www.docker.com/products/docker-desktop/

Initial Setup

In your terminal copy the example environment file:

cp .env.example .env

Running the project

To start the project run the following command:

docker-compose up -d

Viewing the project

To view the project, open your browser and go to:

http://localhost:8080

Set up the database by entering in a Site name, user name, password and email. (Save them to your password manager)