Skip to content

RYLabs/docker-craftcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Docker setup for CraftCMS

This is a starter project for a Docker enabled CraftCMS project.

Getting Started

Step 1: Clone this Repository

git clone https://github.com/RYLabs/docker-craftcms.git <name_of_project>

Step 2: Installing CraftCMS

mkdir app
docker run --rm -v $(pwd)/app:/app -t rylabs/nginx-php-fpm /bin/bash -c "composer create-project craftcms/craft ."

Step 3: Start a shell in the CraftCMS container

docker-compose run --rm craft /bin/bash

Step 4: Startup Craft w/ Nginx

docker-compose up

Step 5: Go through the Web Browser Setup

http://localhost:8080/admin/install

About

Minimal Docker setup for CraftCMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published