Git Product home page Git Product logo

demo-ecommerce's Introduction

Ecommerce-Demo for Pimcore 5

E-Commerce Demo Application for Pimcore 5.

Caveats (will be improved)

Important : in order to install this profile, your DB and DB user needs to support the LOAD DATA INFILE command. See the following issues for details:

Installation

  • Download latest Pimcore 5 build

  • Install this package via composer:

    $ composer require pimcore/demo-ecommerce --no-scripts
    
  • Install Pimcore (via web or CLI installer) - it should now list this install profile as available

  • Execute the following command to symlink any assets from bundles into your document root (you can omit the symlink and relative options if that fits your environment better):

$ bin/console assets:install --symlink --relative
  • If you want to use the AdvancedObjectSearchBundle, you need to make sure to have an elastic search instance available and update the config file /app/config/pimcore/advancedobjectsearch/config.php respectively. If not, you can deactivate the bundle to avoid problems when creating, updating or deleting objects.

Useful Hints

If MySQL cannot acceess your project folder due to permission issues, this might help: https://bbs.archlinux.org/viewtopic.php?id=227181

 mkdir /etc/systemd/system/mariadb.service.d
 cd /etc/systemd/system/mariadb.service.d
 pico -w load_data.conf

Insert following content

[Service]

# Override default directive with prevents  accessing /home, /root and /run/user
ProtectHome=false
systemctl daemon-reload
systemctl restart mysqld

demo-ecommerce's People

Contributors

maff avatar fashxp avatar brusch avatar weisswurstkanone avatar

Watchers

James Cloos avatar acl Development avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.