Skip to content

Instantly share code, notes, and snippets.

View giuliomartinelli's full-sized avatar
🏴‍☠️

Giulio Martinelli giuliomartinelli

🏴‍☠️
View GitHub Profile
@giuliomartinelli
giuliomartinelli / 2021-003-003.sh
Created December 8, 2021 21:41
bin/magento setup:upgrade
bin/magento setup:upgrade
@giuliomartinelli
giuliomartinelli / 2021-002-003.sh
Created December 8, 2021 21:38
bin/magento module:enable GiulioMartinelli_HelloWorld
bin/magento module:enable GiulioMartinelli_HelloWorld
@giuliomartinelli
giuliomartinelli / 2021-001-003.sh
Created December 8, 2021 19:48
bin/magento module:status
bin/magento module:status
@giuliomartinelli
giuliomartinelli / composer.json
Created December 5, 2021 04:09
module HelloWorld Magento 2
{
"name": "giulio-martinelli/hello-world",
"version": "1.0.0",
"description": "N/A",
"type": "magento2-module",
"require": {
"magento/framework": "*"
},
"license": [
"Open Software License (OSL)"
@giuliomartinelli
giuliomartinelli / registration.php
Last active December 5, 2021 04:07
module HelloWorld Magento 2
<?php
use Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'GiulioMartinelli_HelloWorld',
__DIR__
);
@giuliomartinelli
giuliomartinelli / 2021-004-002.sh
Last active November 29, 2021 19:57
2021-004-002.sh
# Rode o seguinte comando para instalar o Magento 2
bin/setup magento.test
@giuliomartinelli
giuliomartinelli / 2021-003-002.sh
Created November 29, 2021 19:53
2021-003-002.sh
# Download da ultima -v margento 2
bin/download 2.4.3-p1
@giuliomartinelli
giuliomartinelli / 2021-002-002.sh
Created November 29, 2021 17:52
2021-002-002.sh
# Download do template Docker Compose:
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
@giuliomartinelli
giuliomartinelli / 2021-001-002.sh
Last active November 29, 2021 17:49
2021-001-002.sh
# Crie uma pasta para ser a raiz do projeto
mkdir ~/Sites/magento
cd $_
@giuliomartinelli
giuliomartinelli / 2021-002-001.sh
Created November 28, 2021 21:31
2021-002-001.sh
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test 2.4.3-p1