Skip to content

opaque01/firegento-magesetup2

 
 

Repository files navigation

FireGento_MageSetup

Build Status

All Contributors

MageSetup configures a shop for a national market.

Currently supported countries are:

  • Austria (at)
  • Switzerland (ch)
  • Germany (de)
  • Spain (es)
  • France (fr)
  • United Kingdom (gb)
  • Italy (it)
  • Netherlands (nl)
  • Poland (pl)
  • Romania (ro)
  • Russia (ru).

More countries to follow.

Missing your country? Please open a pull request with the necessary configuration for your country and help us support more countries.

Requirements

  • PHP >= 7.2
  • Magento 2.3.* / 2.4.*

Installation

Via composer (recommended)

Please go to the Magento2 root directory and run the following commands in the shell:

composer require firegento/magesetup2
bin/magento module:enable FireGento_MageSetup
bin/magento setup:upgrade
bin/magento magesetup:setup:run <countrycode>

Manually

Please create the directory app/code/FireGento/MageSetup and copy the files from this repository to the created directory. Then run the following commands in the shell:

bin/magento module:enable FireGento_MageSetup
bin/magento setup:upgrade
bin/magento magesetup:setup:run <countrycode>

Support

If you encounter any problems or bugs, please create an issue on GitHub.

Contribution

Any contribution to the development of MageSetup is highly welcome. The best possibility to provide any code is to open a pull request on GitHub.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Kevin Krieger

📖

Jens Richter

💻

Rouven Alexander Rieker

💻

demtaric

💻

Simon Sprankel

💻

Roman Hutterer

💻

Andreas von Studnitz

💻

Daniel

💻

Andreas Mautz

💻

Latenzio Gonzales

💻

benedikt-g

💻

David Verholen

💻

Gordon Lesti

💻

Fabian Blechschmidt

💻

Sylvain Rayé

💻

Andre Flitsch

💻

David Fecke

💻

Julian Wundrak

💻

Fabio Brunelli

💻

Osiozekhai Aliu

💻

aeno

💻

Lennart Schreiber

💻

Henning Kuntzschmann

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Developer

FireGento Team

Maintainer

  • @sprankhub
  • @frostblogNet
  • @Schrank

Licence

GNU General Public License, version 3 (GPLv3)

Copyright

(c) 2015 FireGento Team

About

MageSetup for Magento2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.3%
  • HTML 18.8%
  • Shell 2.9%