Skip to content

Instantly share code, notes, and snippets.

View cristiano-pacheco's full-sized avatar

Cristiano Pacheco cristiano-pacheco

View GitHub Profile
@cristiano-pacheco
cristiano-pacheco / Install-Magento-1.md
Created May 1, 2024 20:22 — forked from rafaelstz/Install-Magento-1.md
Install Magento 1.9 (With Sample Data)
  
  ## Magento 1 + SampleData
  
  sudo apt-get update && \
  sudo apt-get install -y git wget unzip
  
  git clone https://github.com/OpenMage/magento-mirror.git ./ ;

  wget https://raw.githubusercontent.com/Vinai/compressed-magento-sample-data/1.9.1.0/compressed-magento-sample-data-1.9.1.0.tgz ;
@cristiano-pacheco
cristiano-pacheco / Testing in Magento 2.md
Created January 10, 2023 11:01 — forked from ProcessEight/Testing in Magento 2.md
M2: Notes on setting up PHPUnit and writing/troubleshooting tests in Magento 2