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-template/README.md

9 lines
313 B
Markdown

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`