DEV Community

Cover image for Deploying a CraftCMS website with Dokku

Deploying a CraftCMS website with Dokku

Mitch Stanley on September 06, 2019

I recently set up my personal blog with Craft CMS and wanted to host it on my own server. To make the most of my own servers, I tend to run web app...
Collapse
 
azazqadir profile image
Muhammad Azaz Qadir

Deploying CraftCMS with a DeployBot was quite fun for me. I was deploying the CMS on my server on Cloudways platform. I integrated DeployBot easily with my github repo and the server.

Collapse
 
nickfun profile image
Nick F

Your Procfile looks like php composer is downloading its own nginx and using that to serve the site, am I reading that correctly?

Collapse
 
mitchartemis profile image
Mitch Stanley

Thanks for reading, it's reading a custom nginx configuration file, it is not downloading its own nginx.