Install with apt-get
$ sudo apt-get update
$ sudo apt-get install letsencrypt
$ sudo openssl dhparam -out /etc/ssl/certs/dhparam.pem 2048
//... | |
const filterStream = require('postcss-filter-stream'); | |
// Include the Alias Plugin | |
const AliasPlugin = require('enhanced-resolve/lib/AliasPlugin'); | |
// ADD parent theme - replace with your parent theme's folder | |
const PARENT_THEME = 'parent' | |
module.exports = function (config, { isClient }) { | |
const clientConfig = ... // default clientConfig | |
<?php | |
// Plugin/Magento/Email/Model/AbstractTemplatePlugin.php | |
namespace VENDOR\MODULE\Plugin\Magento\Email\Model; | |
use Magento\Store\Model\ScopeInterface; | |
use Magento\Store\Model\Store; | |
class AbstractTemplatePlugin | |
{ | |
const VS_URL_XPATH = 'web/unsecure/vue_storefront_url'; |
SSH into Root
$ ssh [email protected]
Change Root Password