Basic Craft CMS boilerplate for local development using Docker.
Docker Images:
- nginx:latest
- jamescgarrett/craftcms-php:latest (php:7.1.3-fpm) Dockerfile
- mariadb:latest
Command Line:
git clone https://github.com/jamescgarrett/docker-craftcms-boilerplate.git
cd docker-craftcms-boilerplate
- Edit the .env file if you'd like
npm run setup
- Visit localhost:8080/admin to finish Craft setup
##To Do:
- Add more to README (there are a few things currently not documented)
- Refactor bash scripts so they are more in line with "the Docker way"
- Lots of other stuff...