Virtual Machine running Ubuntu 22.04 or newer
sudo apt update
sudo apt upgrade
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
See this Github comment thread for any issues or additional context for getting Warden running on Windows with WSL 2.
The instructions below cover how to install Warden on Windows, using WSL 2.
Ubuntu 20.04
program that will have been installed in the step above (If you want to be able to copy/paste, see here. Going forward, this article assumes you will run all commands inside of the Ubuntu terminalwarden/environments/magento2.base.yml
docker-compose YML file.warden env down && warden sync stop && warden env up -d && warden sync start
warden db import
.innodb_buffer_pool_size
: Will cache frequently read datacomposer require cweagans/composer-patches
"extra": {
"magento-force": "override",
"enable-patching": true,
"patches-file": "composer.patches.json"
},
My T2U has ID 2357:011e
and solution metioned in this SO Thread is for same devide ID
Here is full text of Answer: https://askubuntu.com/a/1149288
# For the T2U with ID 2357:011e do
<?php | |
/** | |
* WooCommerce settings page | |
* | |
* This code creates a full WooCommerce settings page by extending the WC_Settings_Page class. | |
* By extending the WC_Settings_Page class, we can control every part of the settings page. | |
* | |
* @author Ren Ventura <renventura.com> | |
*/ |