From 1baff323a4ad6572e38ee630c81580affbf667b0 Mon Sep 17 00:00:00 2001 From: naomi Date: Thu, 16 Dec 2021 14:46:36 +0000 Subject: [PATCH] added to README, and added et-cache and wflogs to gitignore --- .gitignore | 3 +++ README.md | 16 +++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) mode change 100644 => 100755 .gitignore diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 08d2437..e8fbecf --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # Application /src/web/app/plugins/* +/src/web/app/themes/* +/src/web/app/et-cache/* +/src/web/app/wflogs/* /src/!web/app/plugins/.gitkeep /src/web/app/mu-plugins/* /src/web/app/upgrade diff --git a/README.md b/README.md index 62ad912..e7733f1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -# wordpress-bedrock-docker - -A template for a Wordpress site using Bedrock (Composer) + Docker. - -## Quick start - -1. Create a new repository in Gitea, using this repository as a template -2. Clone the new repository -3. Copy `src/.env.example` to `src/.env` +1. Clone this repository +2. Copy `src/.env.example` to `src/.env` +3. Run `cd src && composer install` 4. Run `docker-compose up` + +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`