All Projects β†’ shopwareLabs β†’ shopware-docker

shopwareLabs / shopware-docker

Licence: other
A docker setup ready for shopware development

Programming Languages

shell
77523 projects
PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to shopware-docker

sw6-media-optimizer
Image Optimizer for Shopware 6 πŸ’™
Stars: ✭ 18 (-76%)
Mutual labels:  shopware
docs
No description or website provided.
Stars: ✭ 28 (-62.67%)
Mutual labels:  shopware
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (-42.67%)
Mutual labels:  shopware
shopware-sdk
A PHP SDK for the Shopware 5 REST API
Stars: ✭ 33 (-56%)
Mutual labels:  shopware
sw-cli-tools
The shopware CLI tools are your console helpers for all kind of shopware tasks
Stars: ✭ 80 (+6.67%)
Mutual labels:  shopware
docker-setup
🐳 Docker setup by Etribes for almost every PHP based web application that needs a webserver and database.
Stars: ✭ 12 (-84%)
Mutual labels:  shopware
RecentlyViewedProduct
Recently viewed products plugin for SW6
Stars: ✭ 20 (-73.33%)
Mutual labels:  shopware
SwagThreeSixtyViewer
No description or website provided.
Stars: ✭ 23 (-69.33%)
Mutual labels:  shopware
shopware5-live-templates
Shopware Live Templates for PhpStorm
Stars: ✭ 14 (-81.33%)
Mutual labels:  shopware
v-shopware-api-client
The reliable way to import and update a bazillion products.
Stars: ✭ 20 (-73.33%)
Mutual labels:  shopware
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+12048%)
Mutual labels:  shopware
shopware6-advanced-banners
Advanced Banners (Digital Publishing) for Shopware 6 πŸ’™
Stars: ✭ 30 (-60%)
Mutual labels:  shopware
WbmTagManager
Shopware 5 Plugin for Google Tag Manager integration and dataLayer configuration
Stars: ✭ 24 (-68%)
Mutual labels:  shopware
idea-php-shopware-plugin
Shopware Plugin for PhpStorm which extends Symfony Plugin
Stars: ✭ 50 (-33.33%)
Mutual labels:  shopware
plentymarkets-shopware-connector
plentymarkets shopware connector plugin
Stars: ✭ 32 (-57.33%)
Mutual labels:  shopware
administration
No description or website provided.
Stars: ✭ 26 (-65.33%)
Mutual labels:  shopware
shopware-cms-generator
Generate a CMS element scaffolding within seconds.
Stars: ✭ 26 (-65.33%)
Mutual labels:  shopware
FroshPluginUploader
Tool for uploading new plugin releases to Shopware Store
Stars: ✭ 26 (-65.33%)
Mutual labels:  shopware
SwagMediaS3
No description or website provided.
Stars: ✭ 22 (-70.67%)
Mutual labels:  shopware
production
Shopware 6 production template
Stars: ✭ 156 (+108%)
Mutual labels:  shopware

Build Status

Docker Shopware Box

Installation

Docker (min. Version 1.12) have to be installed on your local machine:

Usage

Clone the repository to your local machine.

$ git clone https://github.com/shopwareLabs/shopware-docker
$ cd shopware-docker

Boot up your docker containers with psh.phar:

$ ./psh.phar docker:start

The first boot may take a while, so feel free to get a cup of coffee.

Your machine will be available at http://localhost:8083/ All required tools like the LAMP stack are already installed.

  • MySQL user: app, password: app

To SSH into the created Container:

$ ./psh.phar docker:ssh

Installing Shopware

SSH first into your VM:

$ ./psh.phar docker:ssh

Call the init script:

$ ./psh.phar init

This will download the latest release version of shopware and install it into /var/www/shopware/shopware

If you want an older shopware version just add --sw-version to the init script:

$ ./psh.phar init --sw-version=5.2.26

For plugin development

For plugin development there is a script init-vcs to initialize and install shopware through github.

$ ./psh.phar init-vcs --sw-branch=5.2

The plugin(s) you want to start development should be located in ./plugins (Only new plugin system is supported). They can be installed and linked into the Shopware checkout by executing

$ ./psh.phar init-plugins

This can be used together with our plugin-dev-tools as the local environment.

Access

Configure your online store in a web browser with the credentials demo/demo:

You can then access your storefront at:

Troubleshooting

If the elasticsearch or redis container didn't start make sure that the directory dev-ops/docker/_volumes/app-esdata|app-redisdata has chmod 777.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].