How to deploy your Wagtail website

How to deploy your Wagtail website

Wagtail CMS has gained popularity as a flexible and user-friendly content management system.

Wagtail CMS provides built-in features for optimizing websites for search engines, built on Django, a robust web framework known for its speed and security, and supports responsive design out of the box, making it easy to create websites that look great on all devices, from desktops to mobile phones.

Still wondering if this is for you ? Learn more…

So how do you deploy a Wagtail CMS website with us ?

 

1. Create a zip of your website files

OR

1. Log in to your website account with SFTP and transfer all your website files to your home/mywebsite.com/htdocs

2. Build and use the Docker image for your project, run:

docker build -t mysite .

docker run -p 8090:8000 mysite

3. Create a reverse proxy for your website i.e. mywebsiteipaddress:8090 => mywagtail.com

If you are enjoying our shared cloud service with us, please contact support instead to do this for you free of charge.

Otherwise, feel free to contact support for any help with this.