Comments on How to Install Shopware 6 with Nginx and Let's Encrypt SSL on Ubuntu 20.04
Shopware CE is a free and open-source eCommerce platform written in Symfony and Vue.js. In this tutorial, we will show you how to install Shopware CE with Nginx and Let's Encrypt on Ubuntu 20.04.
3 Comment(s)
Comments
Since Shopware 5.5 IonCube Loader is no longer needed to install and use plugins. It is not a mistake to install it, but it is not required. So it is possible to skip this step.
Shopware 6 already works pretty well with PHP 7.4. So you can use the PHP 7.4 version Ubuntu comes with and do not need to install the Repository from Ondrej Sury. But if you want to use the latest version of PHP you can use Sury´s Repo. It works pretty well, especially if you need older versions of PHP still down to 5.6.
If you are installing Shopware on local machine, don't forget to edit hosts to get access to instalation wizard:
nano /etc/hosts
127.0.0.1 shopware.linuxbuz.com
Really nice guide