splendidinternet / magesetup2-mirror
MageSetup provides the necessary configuration (system config, tax, agreements, etc. for a national market.
Installs: 531
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 72
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: *
- magento/module-backend: *
- magento/module-store: *
This package is auto-updated.
Last update: 2024-11-07 02:24:34 UTC
README
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 >= 5.5.0
Installation
Via composer (recommended)
Please go to the Magento2 root directory and run the following commands in the shell:
composer config repositories.firegento_magesetup vcs git@github.com:firegento/firegento-magesetup2.git
composer require firegento/magesetup2:dev-develop
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.
Developer
FireGento Team
- Website: http://firegento.com
- Twitter: @firegento
Licence
GNU General Public License, version 3 (GPLv3)
Copyright
(c) 2015 FireGento Team