psvneo/sw6-project-skeleton

6.4 2021-08-25 09:23 UTC

This package is auto-updated.

Last update: 2024-04-25 15:31:04 UTC


README

This repo is a fork of shopwares original composer project (Fork of https://github.com/shopware/production)

How to install (Web)

  • Run git clone https://git.riconnect.de/riconet-public/shopware/sw6-project-skeleton MyProjectName to clone this repo.
  • Remove .git directory (rm -rf .git).
  • Run docker-compose up -d and wait 15 seconds.
  • Run docker-compose exec shopware /bin/bash -c "composer install" to build the backend.
  • Run docker-compose exec shopware /bin/bash -c "chown -R www-data:www-data ." to build the backend.
  • Run docker-compose exec shopware /bin/bash -c "chmod -R g+rw ." to build the backend.
  • Open http://localhost to start the web installation.
InputWert
Serverdb
Benutzerroot
Passwort1234
Nameshopware
  • After you finish the installation, run docker-compose exec shopware /bin/bash -c "bin/build-administration.sh" to build the administration.

How to install (Cli)

bin/docker-init.sh

You can now access you shop

Build to resolve dependencies

bin/docker-build.sh

Database credentials

NameValue
Databaseshopware
Usernameapp
Password1234
Hostdb
Port3306

Shop URLs

URL
Administrationhttp://localhost/admin
Store fronthttp://localhost

Default admin user credentials (Cli installs)

Value
usernameadmin
passwordshopware

Build / Rebuilt

bin/docker-build.sh

Compile theme / Clear cache

bin/docker-clear-cache.sh

Enter shopware container

Run docker-compose exec shopware bash

Catch mails using Mailhog

Mailhog is reachable by the following url: http://localhost:8025

Manage the database using Adminer

Adminer is reachable by the following url: http://localhost:8080