Skip to content

Instantly share code, notes, and snippets.

View magenx's full-sized avatar
👨‍🍳
magento 2 open source web stack

MagenX magenx

👨‍🍳
magento 2 open source web stack
View GitHub Profile
{
"name": "magento/product-community-edition",
"description": "eCommerce Platform for Growth (Community Edition)",
"keywords": [],
"homepage": "",
"version": "2.4.3",
"version_normalized": "2.4.3.0",
"license": ["OSL-3.0", "AFL-3.0"],
"authors": [],
"type": "metapackage",
@magenx
magenx / build.sh
Last active February 23, 2024 05:35
#!/bin/bash
## install docker
dpkg-query -l docker >/dev/null || {
curl -fsSL https://get.docker.com -o get-docker.sh
bash get-docker.sh
mkdir -p ~/.docker/cli-plugins/
curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 \
-o ~/.docker/cli-plugins/docker-compose