Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ojdon/docker-wordpress-bedrock
- Owner: ojdon
- License: mit
- Created: 2024-03-10T21:34:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T21:44:40.000Z (11 months ago)
- Last Synced: 2024-12-06T20:11:50.252Z (about 2 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)