# Shopware Flex Template Installation

**URL:** https://forum.shopware.com/t/shopware-flex-template-installation/98639
**Category:** Shopware 6 (German)
**Created:** [21. Februar 2023 um 11:38 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639 "2023-02-21T11:38:22Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![daslicht](https://avatars.discourse-cdn.com/v4/letter/d/b5ac83/32.png) [@daslicht](https://forum.shopware.com/u/daslicht)
#### Post date: [21. Februar 2023 um 11:38 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/1 "2023-02-21T11:38:22Z")

</div>

Hallo, ich versuche gerade das [Shopware Flex Template](https://developer.shopware.com/docs/guides/installation/template) zu installieren.

Das erhalte ich :

```auto
composer create-project shopware/production:dev-flex shopware-flex

```

erfolgreich

```auto
shopware-flex % bin/console system:install --basic-setup

n TransportFactory.php line 54:
                                                                                                       
  No transport supports the given Messenger DSN "doctrine://default?auto_setup=0". Run "composer requ  
  ire symfony/doctrine-messenger" to install Doctrine transport..                                      
                                                                   

```

```auto
symfony/doctrine-messenger

```

manuelle installtion hilft auch nicht

* * *

was läuft hier falsch? bitte

~Marc

---

<div class="post-metadata">

### Author: ![shyim](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/shyim/32/7681_2.png) [@shyim](https://forum.shopware.com/u/shyim)
#### Post date: [22. Februar 2023 um 08:36 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/2 "2023-02-22T08:36:58Z")

</div>

Hey,

da war noch ein Fehler im Recipes Repository. Wenn du bereits ein Git repo hast, sollte ein `composer recipes:update` helfen.

Ansonsten kannst du auch `composer recipes:install --force --reset` ausführen.  
Oder ein `composer create-project shopware/production:dev-flex shopware-flex`

---

<div class="post-metadata">

### Author: ![daslicht](https://avatars.discourse-cdn.com/v4/letter/d/b5ac83/32.png) [@daslicht](https://forum.shopware.com/u/daslicht)
#### Post date: [22. Februar 2023 um 16:59 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/3 "2023-02-22T16:59:41Z")

</div>

> [@daslicht](#):
>
> `bin/console system:install --basic-setup`

Jetzt lief der Prozess fehlerfrei.  
Vielen Dank!

---

<div class="post-metadata">

### Author: ![daslicht](https://avatars.discourse-cdn.com/v4/letter/d/b5ac83/32.png) [@daslicht](https://forum.shopware.com/u/daslicht)
#### Post date: [22. Februar 2023 um 17:11 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/4 "2023-02-22T17:11:40Z")

</div>

> [@shyim](#):
>
> composer create-project shopware/production:dev-flex shopware-flex

`composer create-project shopware/production:dev-flex shopware-flex`  
Kann ich hier auch irgendwie bestimmmen das gleich Shopware 6.5 RC installiert wird?

[EDIT]  
ich sehe gerde:

 ![Screenshot 2023-02-22 at 18.36.38](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/3X/3/1/3181b7092ce5cefccea7a4ba2c217b503f49406e.jpeg)

Gibt es dann auch gleich einen Modus um Webpack auch in dev modus zu starten sodas man einenen JS Code einfacher debuggen kann (Fehler direkt im eigenen code anzeigen und nict im Bundle)??

---

<div class="post-metadata">

### Author: ![shyim](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/shyim/32/7681_2.png) [@shyim](https://forum.shopware.com/u/shyim)
#### Post date: [23. Februar 2023 um 08:22 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/5 "2023-02-23T08:22:54Z")

</div>

Mit `composer create-project shopware/production:6.5.0.0-dev` bekommst du die aktuellste RC.

---

<div class="post-metadata">

### Author: ![daslicht](https://avatars.discourse-cdn.com/v4/letter/d/b5ac83/32.png) [@daslicht](https://forum.shopware.com/u/daslicht)
#### Post date: [23. Februar 2023 um 09:48 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/6 "2023-02-23T09:48:09Z")

</div>

Vielen Dank für die Antwort !  
DANKE

---

<div class="post-metadata">

### Author: ![daslicht](https://avatars.discourse-cdn.com/v4/letter/d/b5ac83/32.png) [@daslicht](https://forum.shopware.com/u/daslicht)
#### Post date: [23. Februar 2023 um 10:13 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/7 "2023-02-23T10:13:26Z")

</div>

> [@shyim](#):
>
> composer

Das gibt folgende Fehler:

```auto
composer create-project shopware/production:6.5.0.0-dev shopware-65-rc-dev
Creating a "shopware/production:6.5.0.0-dev" project at "./shopware-65-rc-dev"
Info from https://repo.packagist.org: #StandWithUkraine
Installing shopware/production (6.5.0.0-dev e433a3814e0b6be23369f9f43525491b55c1eb7e)
  - Downloading shopware/production (6.5.0.0-dev e433a38)
  - Installing shopware/production (6.5.0.0-dev e433a38): Extracting archive
Created project in /Users/daslicht/Sites/shopware-65-rc-dev
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires shopware/administration ~v6.5.0 -> satisfiable by shopware/administration[6.5.0.0-rc1].
    - shopware/administration 6.5.0.0-rc1 requires php ~8.1.0 || ~8.2.0 -> your php version (8.0.27) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires shopware/core ~v6.5.0 -> satisfiable by shopware/core[6.5.0.0-rc1].
    - shopware/core 6.5.0.0-rc1 requires php ~8.1.0 || ~8.2.0 -> your php version (8.0.27) does not satisfy that requirement.
  Problem 3
    - Root composer.json requires shopware/elasticsearch ~v6.5.0 -> satisfiable by shopware/elasticsearch[6.5.0.0-rc1].
    - shopware/elasticsearch 6.5.0.0-rc1 requires php ~8.1.0 || ~8.2.0 -> your php version (8.0.27) does not satisfy that requirement.
  Problem 4
    - Root composer.json requires shopware/storefront ~v6.5.0 -> satisfiable by shopware/storefront[6.5.0.0-rc1].
    - shopware/storefront 6.5.0.0-rc1 requires php ~8.1.0 || ~8.2.0 -> your php version (8.0.27) does not satisfy that requirement.

```

---

<div class="post-metadata">

### Author: ![SCOOPEX](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/scoopex/32/18328_2.png) [@SCOOPEX](https://forum.shopware.com/u/SCOOPEX)
#### Post date: [23. Februar 2023 um 10:14 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/8 "2023-02-23T10:14:49Z")

</div>

Hallo,

laut Fehlermeldung hast Du PHP 8.0.27 laufen, benötigst aber mindestens PHP 8.1.0.

Viele Grüße

---

<div class="post-metadata">

### Author: ![daslicht](https://avatars.discourse-cdn.com/v4/letter/d/b5ac83/32.png) [@daslicht](https://forum.shopware.com/u/daslicht)
#### Post date: [23. Februar 2023 um 10:20 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/9 "2023-02-23T10:20:40Z")

</div>

ojeh, ja danke ! entschuldigt bitte

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [23. Februar 2023 um 10:53 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/10 "2023-02-23T10:53:12Z")

</div>

@shyim

Mit

`composer create-project shopware/production:dev-flex shopware-flex`

bekomme ich folgend Fehlermeldung.

```auto
  - Syncing shopware/production (dev-flex 929d5a5) into cache
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos

```

Welche repos sind denn private?

---

<div class="post-metadata">

### Author: ![daslicht](https://avatars.discourse-cdn.com/v4/letter/d/b5ac83/32.png) [@daslicht](https://forum.shopware.com/u/daslicht)
#### Post date: [23. Februar 2023 um 11:32 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/11 "2023-02-23T11:32:07Z")

</div>

Die Grund Installation funktioniert.  
Am Ende des Assistenten (nach dem ersten login) erhalte ich Popups mit error 500.

Wenn ich jetzt auf die Seite neu lade, bekomme ich folgende Anzeige:

```auto
{

    "errors": [
        {
            "code": "0",
            "status": "500",
            "title": "Internal Server Error",
            "detail": "[Semantical Error] The annotation \"@Shopware\\Core\\Framework\\Routing\\Annotation\\RouteScope\" in class Nwdxx\\ItRechtConnector6\\Controller\\LegalController was never imported. Did you maybe forget to add a \"use\" statement for this annotation? in /Users/ansolas/Sites/shopware-65-rc-dev/custom/plugins/nwdxxItRechtConnector6/src/Resources/config/./../../Controller/LegalController.php (which is being imported from \"/Users/ansolas/Sites/shopware-65-rc-dev/custom/plugins/nwdxxItRechtConnector6/src/Resources/config/routes.xml\"). Make sure there is a loader supporting the \"annotation\" type."
        }
    ]

}

```

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [23. Februar 2023 um 11:35 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/12 "2023-02-23T11:35:17Z")

</div>

> [@daslicht](#):
>
> `ItRechtConnector6`

Das Plugin ist noch kompatibel.

---

<div class="post-metadata">

### Author: ![daslicht](https://avatars.discourse-cdn.com/v4/letter/d/b5ac83/32.png) [@daslicht](https://forum.shopware.com/u/daslicht)
#### Post date: [23. Februar 2023 um 12:13 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/13 "2023-02-23T12:13:10Z")

</div>

sehe ich auch gerde, wieder zu schnell irgendwelchen vorschlaegen geglaubt 🙂

---

<div class="post-metadata">

### Author: ![MBDealer](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/mbdealer/32/27217_2.png) [@MBDealer](https://forum.shopware.com/u/MBDealer)
#### Post date: [23. Februar 2023 um 13:32 UTC](https://forum.shopware.com/t/shopware-flex-template-installation/98639/14 "2023-02-23T13:32:52Z")

</div>

Die vorgeschlagenen Plugins sind zu 99% noch nicht mit 6.5 kompatibel.
