# \[Gelöst\] Manuelle Installation bzw. Installation mit nginx

**URL:** https://forum.shopware.com/t/gelost-manuelle-installation-bzw-installation-mit-nginx/8249
**Category:** Shopware 3.5
**Tags:** installation--gettin
**Created:** [29. August 2012 um 21:47 UTC](https://forum.shopware.com/t/gelost-manuelle-installation-bzw-installation-mit-nginx/8249 "2012-08-29T21:47:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kamik](https://avatars.discourse-cdn.com/v4/letter/k/a4c791/32.png) [@kamik](https://forum.shopware.com/u/kamik)
#### Post date: [29. August 2012 um 21:47 UTC](https://forum.shopware.com/t/gelost-manuelle-installation-bzw-installation-mit-nginx/8249/1 "2012-08-29T21:47:47Z")

</div>

Kann man Shopware 4 manuell installieren? ohne Installer? oder wie soll rewrite-Befehlen für nginx aussehen?

---

<div class="post-metadata">

### Author: ![Pickware](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/pickware/32/8084_2.png) [@Pickware](https://forum.shopware.com/u/Pickware)
#### Post date: [30. August 2012 um 11:18 UTC](https://forum.shopware.com/t/gelost-manuelle-installation-bzw-installation-mit-nginx/8249/2 "2012-08-30T11:18:54Z")

</div>

Hallo technikexpert, bei mir funktioniert die Installation ohne eigene Rewrites, der Query String muss nur an die index.php angehängt werden. Ich habe dafür folgende Location erstellst: `location ~ /install { index index.php; try\_files $uri /install/index.php?$args; }` Ich hoffe, dass es dir weiterhilft. :thumbup:

---

<div class="post-metadata">

### Author: ![kamik](https://avatars.discourse-cdn.com/v4/letter/k/a4c791/32.png) [@kamik](https://forum.shopware.com/u/kamik)
#### Post date: [30. August 2012 um 11:45 UTC](https://forum.shopware.com/t/gelost-manuelle-installation-bzw-installation-mit-nginx/8249/3 "2012-08-30T11:45:09Z")

</div>

Yes! Es hat geholfen. Vielen Dank!
