This repository has been archived on 2024-04-24 . You can view files and clone it, but cannot push or open issues or pull requests.
wordpress-bedrock-docker
A template for a Wordpress site using Bedrock (Composer) + Docker.
Based on autonomic-cooperative/wordpress-docker-composer
NB.
- If you import a database from a live site, you will have to change the upload path (in Settings->Media) to
/app/web/app/uploads
- Debug log is here:
./src/web/app/debug.log
Quick start
- Create a new repository in Gitea, using this repository as a template
- Clone the new repository
- Copy
src/.env.example
tosrc/.env
- Run
docker-compose up
You should now be able to access the local site on http://localhost
Deployment
Initial set-up
Auto-deployment
Description
Template repository for an All-Singing, All-Dancing, Not-Shit Autonomic Wordpress Site (ASADNSA). To use this, create a new repository in Gitea and choose this one as a template.
Languages
PHP
100%