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.
|
||
---|---|---|
src | ||
.drone.yml | ||
.env.sample | ||
.gitignore | ||
docker-compose.yml | ||
README.md |
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