shopinvader-template is an open-source template for ShopInvader the e-commerce solution for Odoo.
See shopinvader.com
This template provides a solid and flexible foundation for building a new ShopInvader webshop. You can extend and adapt this theme to meet your webshop requirements. See the live demo https://shopinvader.com/template
Unless you use the Docker images described later, to preview this template locally you need to install Wagon the LocomotiveCMS command line tool for developping your website on your local machine.
Please, read the documentation of Locomotive: http://locomotive-v3.readme.io
See https://akretion.github.io/shopinvader-documentation/.
Clone this repository and move into your LocomotiveCMS folder.
$ git clone https://github.com/akretion/shopinvader-template.git YOUR_SITE_NAME
bundle exec wagon serve
Run the container with bash
cd YOUR_SITE_NAME
docker-compose run --service-ports wagon gosu ubuntu bash
Now you are inside the container you can use wagon !
wagon serve
Run the container with bash
cd YOUR_SITE_NAME
docky run
Now you are inside the container you can use wagon !
wagon serve