Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 895 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 895 Bytes

Docker Craft CMS Boilerplate

Basic Craft CMS boilerplate for local development using Docker.

Docker Images:

Usage:

Command Line:

  1. git clone https://github.com/jamescgarrett/docker-craftcms-boilerplate.git
  2. cd docker-craftcms-boilerplate
  3. Edit the .env file if you'd like
  4. npm run setup
  5. 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...