Skip to content

ivancunha/impact-magento2-code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Code Challenge in Magento 2 for a technical interview at IMPACT

This repository has a basic installation of Magento 2.4.6 with Sample Data.

LOCAL DEV ENVIRONMENT

To test this Magento installation on a local environment, follow these instructions:

Use this: https://github.com/markshust/docker-magento/

  • But for future reference, for Magento 2.4.6, I'm using this version: https://github.com/markshust/docker-magento/releases/tag/44.0.0
  • Download the zip file.
  • Create anywhere, a folder for the project and enter folder
  • Unzip the file just downloaded and copy the contents from the folder docker-magento-44.0.0/compose to the project folder you've just created

Get the files:

  • git clone -b main [email protected]:ivancunha/impact-magento2-code-challenge.git src
  • Run the command: docker-compose -f compose.yaml up -d
  • Run the command: bin/copytocontainer --all

Get the database:

  • Put the backup.sql (not sql.gz) in the project folder (outside of /src/)
  • Run the command: bin/clinotty mysql -hdb -uroot -pmagento magento < src/backup.sql

TODO...

About

No description, website, or topics provided.

Resources

License

OSL-3.0 and 2 other licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt
AFL-3.0
LICENSE_AFL.txt

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published