added to README, and added et-cache and wflogs to gitignore
This commit is contained in:
parent
d6b50b7485
commit
1baff323a4
3
.gitignore
vendored
Normal file → Executable file
3
.gitignore
vendored
Normal file → Executable file
@ -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
|
||||
|
16
README.md
16
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`
|
||||
|
Reference in New Issue
Block a user