gskema/prestashop-installer

PrestaShop application installer.

2.2.0 2017-05-29 20:31 UTC

This package is auto-updated.

Last update: 2024-05-06 04:30:44 UTC


README

Build Status Join the chat at https://gitter.im/gskema/prestashop-installer Packagist SensioLabsInsight GitHub release

A CLI tool which downloads and extracts PrestaShop to a specified directory. Can install alternative demo images.

Inspired by laravel/installer.

Usage

To install this tool on your system, run:

composer global require "gskema/prestashop-installer=~2.0"

Make sure to place the ~/.composer/vendor/bin or ~/.config/composer/vendor/bin directory in your PATH so the prestashop executable can be located by your system.

Warning!

Installing multiple global composer tools may cause dependency conflicts. You may need to install global tools separately and use bin-dir composer.json option (if you wish to avoid dependency conflicts).

Once installed, you may create new prestashop installation with this command:

Usage:
  prestashop new [<folder>] [--release=<release>] [--fixture=<fixture>]

Options:
  --release  Sets which PrestaShop release archive to download.
             Some examples of values: 1.6.1.3, 1.6.0.9, 1.6.1.0-rc4, 1.5.6.3
  --fixture  Overrides demo data images: product, category, banner images with specified fixture images.
             Available values: [starwars, got, tech]

Examples:
  prestashop new                                       // Downloads latest PrestaShop to current directory
  prestashop new shop1                                 // Downloads latest PrestaShop to ./shop1 directory
  prestashop new shop1 --release=1.6.0.9               // Downloads PrestaShop 1.6.0.9 to ./shop1 directory
  prestashop new shop1 --release=1.6.0.9 --fixture=got // Downloads PrestaShop 1.6.0.9 to ./shop1 directory
                                                       // and replaces demo data images
                                                       // with Game of Thrones images

Fixture screenshots

Star Wars

Fixture - Star Wars

Game of Thrones

Fixture - Game of Thrones

Tech - Electronics

Fixture - Tech