psvneo / sw6-project-skeleton
6.4
2021-08-25 09:23 UTC
Requires
- php: ^7.4.3 || ^8.0
- composer-runtime-api: ^2.0
- shopware/administration: ~v6.4.0
- shopware/core: ~v6.4.0
- shopware/elasticsearch: ~v6.4.0
- shopware/recovery: ~v6.4.0
- shopware/storefront: ~v6.4.0
Requires (Dev)
- ext-openssl: *
- ext-tokenizer: *
- ext-xmlwriter: *
- bheller/images-generator: ~1.0.1
- defuse/php-encryption: ~2.2.1
- dms/phpunit-arraysubset-asserts: ^0.2.1
- fzaninotto/faker: ~1.9.1
- johnkary/phpunit-speedtrap: ~3.3.0
- league/flysystem-memory: ~1.0.2
- mbezhanov/faker-provider-collection: ~1.2.1
- nikic/php-parser: ~4.10.4
- opis/json-schema: ~1.0.19
- phpunit/php-code-coverage: ~9.2.5
- phpunit/phpunit: ~9.5.2
- smalot/pdfparser: ~0.14.0
- symfony/browser-kit: ~4.4 || ~5.2.3 || ~5.3.0
- symfony/dependency-injection: ~4.4 || ~5.2.3 || ~5.3.0
- symfony/dom-crawler: ~4.4 || ~5.2.3 || ~5.3.0
- symfony/phpunit-bridge: ~4.4 || ~5.2.3 || ~5.3.0
- symfony/stopwatch: ~4.4 || ~5.2.3 || ~5.3.0
- symfony/var-dumper: ~4.4 || ~5.2.3 || ~5.3.0
- symfony/web-profiler-bundle: ~4.4 || ~5.2.3 || ~5.3.0
This package is auto-updated.
Last update: 2024-11-25 16:59:52 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.
Input | Wert |
---|---|
Server | db |
Benutzer | root |
Passwort | 1234 |
Name | shopware |
- 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
Name | Value |
---|---|
Database | shopware |
Username | app |
Password | 1234 |
Host | db |
Port | 3306 |
Shop URLs
URL | |
---|---|
Administration | http://localhost/admin |
Store front | http://localhost |
Default admin user credentials (Cli installs)
Value | |
---|---|
username | admin |
password | shopware |
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