Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ojdon/docker-wordpress-bedrock

A docker container template for setting up a Bedrock-based ecosystem for WordPress.
https://github.com/ojdon/docker-wordpress-bedrock

Last synced: about 1 month ago
JSON representation

A docker container template for setting up a Bedrock-based ecosystem for WordPress.

Awesome Lists containing this project

README

        

# 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)