-
Notifications
You must be signed in to change notification settings - Fork 76
Update den-live-server-konfigurieren.md #484
base: 4.4
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,33 +8,53 @@ und PHP 5 aktiviert. | |
|
||
### Contao-Systemvoraussetzungen | ||
|
||
Contao benötigt einen Webserver wie Apache oder IIS mit PHP- und MySQL-Support. | ||
|
||
| Software | Version (min.) | | ||
|----------|----------------| | ||
| PHP | 5.6.0 | | ||
| MySQL | 5.0.3 | | ||
|
||
|
||
Außerdem benötigen Sie verschiedene PHP-Erweiterungen, um von allen Funktionen | ||
profitieren zu können. | ||
|
||
| PHP-Erweiterungen | für | Pflicht | | ||
|--------------------------|------------------------|---------| | ||
| GD, Imagick oder Gmagick | Bildbearbeitung | Ja | | ||
| DOM | XML-Dateien | Ja | | ||
| intl | Internationalisierung | Ja | | ||
| mbstring | internationale Zeichen | Nein | | ||
| mcrypt | Verschlüsselung | Nein | | ||
#### Systemvoraussetzungen Kernsystem (manuelle Installation) | ||
|
||
Contao benötigt einen Webserver wie Apache oder IIS mit PHP- und MySQL-Support | ||
sowie verschiedene PHP-Erweiterungen. | ||
|
||
|Contao-Version | 3.5 LTS | 4.4 LTS | 4.5 | | ||
|---------------------|-------------------------|------------------------------|-------------| | ||
| PHP ab Version: | 5.4.0 | 5.6.0 | 7.1 | ||
| MySQL ab Version: | 5.0.3 | 5.0.3 | 5.5.7 | ||
| PHP-Erweiterungen: | GDlib (Bildbearbeitung) | GD, Imagick oder Gmagick | GD, Imagick oder Gmagick| | ||
| | DOM (XML-Dateien) | DOM (XML-Dateien) | DOM (XML-Dateien)| | ||
| |\- | intl (Internationalisierung) | intl (Internationalisierung)| | ||
||\-|.mod_rewrite oder .mod_alias (Umleitung per .htaccess)|.mod_rewrite oder .mod_alias (Umleitung per .htaccess)| | ||
| Rechte PHP-Prozess: |\- |Symlinks anlegen und folgen | Symlinks anlegen und folgen| | ||
| |\- |Dateien anlegen und ändern | Dateien anlegen und ändern| | ||
| MySQL-Optionen: |\- |\- | innodb_large_prefix| | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Das ist kein zwingendes Requirement. Du kannst Contao 4.5 auch ohne dieser Option betreiben. Siehe https://github.com/contao/managed-edition#innodb-large-prefix Davon abgesehen wird insgesamt wird folgendes benötigt: https://github.com/contao/managed-edition#innodb-large-prefix - und auch nur, wenn der MySQL Server nicht mindestens die Version 5.7.7 hat - bzw. der MariaDB Server nicht mindestens die Version 10.2. |
||
| DocumentRoot |\- | Auf Ordner "web" setzen | Auf Ordner "web" setzen| | ||
|
||
> #### info:: Hinweis | ||
> Je nach installierten Extensions kann es außerdem notwendig sein die PHP | ||
> Variable `max_input_vars` zu erhöhen (bspw. auf `2000` oder höher). Andernfalls | ||
> können zu lange Backend Formulare nicht komplett abgeschickt werden. | ||
|
||
> #### info:: Hinweis | ||
> Um von allen Funktionen profitieren zu können, sind zusätzlich die | ||
> PHP-Erweiterungen `mbstring` (internationale Zeichen) und `mcrypt` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Soweit ich weiß wird |
||
> (Verschlüsselung) nötig, für das Extension Repository und das Live Update | ||
> von Contao 3.5 LTS `SOAP` und `Phar`. | ||
|
||
Contao wurde erfolgreich in allen modernen Browsern wie Firefox oder Internet | ||
Explorer (ab Version 9) getestet. | ||
|
||
#### Systemvoraussetzungen Composer-Paketverwaltung: Kommandozeile und Contao-Manager | ||
|
||
Zusätzlich zu den Systemvoraussetzungen des Kernsystems: | ||
|
||
- ausreichend Arbeitsspeicher (RAM) für Konsolenbefehle, ggf. mehrere GB | ||
- lange Skriptlaufzeit für Konsolenbefehle | ||
- PHP Phar-Erweiterung | ||
- PHP cURL-Erweiterung | ||
- PHP OpenSSL-Erweiterung | ||
- PHP-Flag "allow_url_fopen" aktiv | ||
- PHP-Funktion "shell_exec" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
- PHP-Funktionen "proc_open" und "proc_close" | ||
- Für Kommandozeilenzugriff: SSH-Zugang | ||
|
||
|
||
|
||
### Der Contao-Check | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mod_rewrite und mod_alias sind Apache Module - aber Apache ist kein Requirement für Contao 4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, aber die Umleitung auf die app.php muss sein - egal wie. Da waren ja schon einige Anfragen im Forum. Wäre super, wenn du das noch im Contao-Check einbauen könntest, das Tool ist wirklich sehr hilfreich!