Install Magento 2.4.6 for Windows 2FA via Warden and WSL 2 - ECommerce Development Environment

Channel:
Subscribers:
59,900
Published on ● Video Link: https://www.youtube.com/watch?v=sQLUbQOBYv0



Duration: 48:42
5,103 views
98


A tutorial on how to setup the Magento 2.4.6 installation for Windows that I've verified works.

**Note:** Will not work from iPhones or iPads. Only works for Desktops and Discord account age must be 18+
Discord: https://discord.gg/JkNp3mnJ6Q

==To add to Hosts file:==
# Warden Global Services (run with warden svc up)
127.0.0.1 traefik.warden.test
127.0.0.1 portainer.warden.test
127.0.0.1 dnsmasq.warden.test
127.0.0.1 mailhog.warden.test

# Project environments (run with warden env up)
127.0.0.1 app.youtube-demo.test

==Gitignore file from official Magento 2.4.6 github (remove the line /app/etc/config.php):==
https://raw.githubusercontent.com/magento/magento2/2.4.6/.gitignore

==Adobe Commerce Marketplace for Access Keys:==
https://commercemarketplace.adobe.com/

==Python 2FA command for 2.7:==
OTPAUTH_QRI=
TFA_SECRET=$(python2 -c "import base64; print base64.b32encode('$(pwgen -A1 128)')" | sed 's/=*$//')
OTPAUTH_URL=$(printf "otpauth://totp/%s%%3Alocaladmin%%40example.com?issuer=%s&secret=%s" \
"${TRAEFIK_SUBDOMAIN}.${TRAEFIK_DOMAIN}" "${TRAEFIK_SUBDOMAIN}.${TRAEFIK_DOMAIN}" "${TFA_SECRET}"
)

OR
==Python 2FA command for 3.0+:==
OTPAUTH_QRI=
TFA_SECRET=$(python -c "import base64; print (base64.b32encode('$(pwgen -A1 128)'.encode()).decode('utf8'))" | sed 's/=*$//')
OTPAUTH_URL=$(printf "otpauth://totp/%s%%3Alocaladmin%%40example.com?issuer=%s&secret=%s" \
"${TRAEFIK_SUBDOMAIN}.${TRAEFIK_DOMAIN}" "${TRAEFIK_SUBDOMAIN}.${TRAEFIK_DOMAIN}" "${TFA_SECRET}"
)

This video is under the creative commons zero license.

-----------------------------------------------------------------




Other Videos By Anime Nyan


2024-01-21How to Print and Bind Manga Book or Comic at Home on your Own Printer - Manga Printing Tutorial
2024-01-11Tutorial on Printing Manga Cheaply on your Own Printer at Home using Adobe Indesign -Double Fan Bind
2023-12-09How to Make Porn In Blender: Basics - Lighting and Color Grading
2023-12-04How to Make 3D Porn - Cum Simulation from Houdini to Blender | Part 1: Flip Fluid +Vellum Tutorial
2023-10-19Full Start to Finish NodeJS Discord Bot - MongoDB CRUD Tutorial + Deploy to AWS - 3 Hour Tutorial
2023-10-14Create Stellar Particle Hair from Mesh Hair Cards in Blender - BGEN Hair | BenjsArchive
2023-10-01Breast Collision and Jiggle Physics in Blender through Cage Deforms - Kris Stone
2023-09-30Import 3D Game Models into Blender - Recolor Materials - Dead By Daylight | Your Lord Adam
2023-09-30Import 3D Game Models into Unreal Engine - Dead By Daylight | Your Lord Adam
2023-08-16How to Pin Knees and Shoulders during an Animation in Blender
2023-07-08Install Magento 2.4.6 for Windows 2FA via Warden and WSL 2 - ECommerce Development Environment
2023-06-30Primal Emotion Games - How to Sculpt an Anatomically Correct Vagina
2023-06-29How to Create NSFW 2D Animations with Spine2D and Photoshop - OatmealPecheneg
2023-06-18How to Rig a Banana in Blender (Short 7min ver.)
2023-06-18How to Strike Gold with 3D NSFW Art Workshop - LlestyrRhyw
2023-06-14Rig a Spline IK Dick in Blender in 7 Minutes
2023-02-26NSFW Artist Interview & Questions | SevenNSFW (6 + 1)
2023-02-12How to Make Sex in Blender: Basics - Animation D.va
2023-01-29Problems Installing Content to Daz How To Tutorial
2023-01-28Creating a Knockout Seamless Banner/Watermark Design in Photoshop
2023-01-27Interview with an NSFW 3D Porn Artist - Slayed.coom



Tags:
Anime Nyan
Magento 2
Magneto 2
magento ecommerce
magento 2FA
magento 2 windows
magento 2.4.6 windows