generator-prestashop
v1.0.5
Published
One-liner command to download and install any version of PrestaShop
Downloads
28
Maintainers
Readme
generator-prestashop
One-liner command to download and install any version of PrestaShop
This Yeoman generator bootstraps a fresh PrestaShop store in seconds. It's kind of a hacky thing, but it works and you'll save some precious time if you often need to install PrestaShop stores.
Installation
First, install Yeoman and generator-prestashop using npm (we assume you have pre-installed node.js):
npm install -g yo
npm install -g generator-prestashop
Then let your computer do the rest :tada: :
yo prestashop
I have NOT tested this with old PrestaShop releases (<1.6). If you find a bug, please let me know via an issue/PR.
Notes
- Run this command at the DocumentRoot of your server, or you'll need to change the shop's physical_uri in the
shop_url
table - The installation script will fail if you're running MySQL 5.7, cf. https://github.com/PrestaShop/PrestaShop/pull/4507
TODO
- [x] Working
yo prestashop
- [ ] Add a progress bar when extracting the archive
- [x] Select the PrestaShop version to download
- [ ] Scrap the release numbers instead of hardcode them :unamused:
- [x] Skip the browser installation process
License
MIT © Marc Picaud