Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update Installation Infos#1546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
netzarbeiter merged 12 commits intocontao:mainfromfkaminski:pr_installation
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletionsdocs/manual/installation/contao-installtool.de.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,6 +8,11 @@ aliases:
weight: 90
---

{{% notice info %}}
Das Contao Install Tool existiert ab Contao 5 nicht mehr, da die Datenbank direkt über den
[Contao Manager]({{% ref "installation/contao-manager" %}}) oder über die Konsole aktualisiert werden kann.
{{% /notice %}}

Rufe in deinem Internetbrowser die URL deiner Contao-Installation auf, und hänge `/contao/install` hinten
dran, um das Installtool zu starten.

Expand Down
5 changes: 5 additions & 0 deletionsdocs/manual/installation/contao-installtool.en.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,6 +6,11 @@ aliases:
weight: 90
---

{{% notice info %}}
The Contao Install Tool no longer exists as of Contao 5, as the database can be updated directly via
the [Contao Manager]({{% ref "installation/contao-manager" %}}) or the console.
{{% /notice %}}

In your browser, open the URL of your Contao installation and add the `/contao/install` path to access the Install Tool.

> `www.example.com/contao/install`
Expand Down
18 changes: 11 additions & 7 deletionsdocs/manual/installation/install-contao.de.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -41,8 +41,9 @@ werden.

### Datenbanktabellen aktualisieren

Sobald der Contao Manager alle Pakete installiert hat, musst du das [Contao-Installtool](../contao-installtool/)
aufrufen um die Datenbank zu aktualisieren.
Sobald der Contao Manager alle Pakete installiert hat, muss die Datenbank aktualisiert werden. Dazu kannst du das
[Contao Install Tool]({{% ref "/installation/contao-installtool" %}}) (Contao 4.13 LTS) verwenden. Ab Contao 5 ist dies nicht mehr notwendig,
da die Datenbank direkt über den [Contao Manager]({{% ref "installation/contao-manager" %}}) aktualisiert werden kann.


## Installation über die Kommandozeile {#installation-ueber-die-kommandozeile}
Expand DownExpand Up@@ -110,8 +111,9 @@ Pro Contao-Installation wird deshalb eine eigene (Sub)Domain benötigt.

### Datenbanktabellen aktualisieren

Nach der Installation kannst du die Datenbank-Aktualisierung über das [Contao-Installtool](/de/installation/contao-installtool/)
durchführen.
Sobald der Contao Manager alle Pakete installiert hat, muss die Datenbank aktualisiert werden. Dazu kannst du das
[Contao Install Tool]({{% ref "/installation/contao-installtool" %}}) (Contao 4.13 LTS) verwenden. Ab Contao 5 ist dies nicht mehr notwendig,
da die Datenbank direkt über den [Contao Manager]({{% ref "installation/contao-manager" %}}) aktualisiert werden kann.

Ab Contao 4.9 steht dir hierzu der folgende Befehl auf der Kommandozeile zur Verfügung:

Expand All@@ -137,9 +139,11 @@ und [APP_SECRET](https://docs.contao.org/dev/reference/config/#app-secret)) in e

### Contao Backend-Benutzer erstellen

Über das [Contao-Installtool](/de/installation/contao-installtool/) kannst du dir deinen Backend Benutzer anlegen.
Ab Contao **4.10** kannst du hierzu den folgenden Befehl auf der Kommandozeile benutzen. Die notwendigen Angaben werden dann
auf der Kommandozeile abgefragt:
Über den [Contao Manager]({{% ref "installation/contao-manager" %}}) kannst du dir deinen Backend Benutzer anlegen.

Ab Contao **4.10** kannst du hierzu den folgenden [Befehl]({{% ref "/cli/user" %}}) auf der [Kommandozeile]({{% ref "/cli" %}})
benutzen. Die notwendigen Angaben werden dann auf der Kommandozeile abgefragt:


```bash
php vendor/bin/contao-console contao:user:create
Expand Down
15 changes: 10 additions & 5 deletionsdocs/manual/installation/install-contao.en.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,8 +37,9 @@ following icon![Show/Hide Console Output]({{% asset "icons/konsolenausgabe.png"

### Update database tables

Once the Contao Manager has installed all packages, you have to [run](../contao-installtool/) the
[Contao install tool](../contao-installtool/) to update the database.
As soon as the Contao Manager has installed all packages, the database must be updated. To do this you can
use the [Contao Install Tool]({{% ref "/installation/contao-installtool" %}}) (Contao 4.13 LTS). From Contao 5 onwards, this is no longer
necessary, as the database can be updated directly via the [Contao Manager]({{% ref "installation/contao-manager" %}}).


## Installation via the command line
Expand DownExpand Up@@ -103,7 +104,9 @@ Every Contao installation therefore requires its own (sub)domain.


### Update database tables
After installation, you can update the database using the [Contao install tool](/en/installation/contao-installtool/).
After installation, you can update the database using the [Contao Install Tool]({{% ref "/installation/contao-installtool" %}})
(Contao 4.13 LTS). From Contao 5 onwards, this is no longer necessary, as the database can be updated directly via the
[Contao Manager]({{% ref "installation/contao-manager" %}}).

Since Contao 4.9 you can use the following command on the command line:

Expand All@@ -129,8 +132,10 @@ and [APP_SECRET](https://docs.contao.org/dev/reference/config/#app-secret)) in a

### Creating Contao back end users

Using the [Contao-Installtool](/en/installation/contao-installtool/), you can create your back end user. Since Contao
**4.10** you can use the following command on the command line:
Using the [Contao Manager]({{% ref "installation/contao-manager" %}}), you can create your back end user.

Since Contao **4.10** you can use the following [command]({{% ref "/cli/user" %}}) on the [command line]({{% ref "/cli" %}}).


```bash
php vendor/bin/contao-console contao:user:create
Expand Down
6 changes: 3 additions & 3 deletionsdocs/manual/installation/quickstart.de.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -95,9 +95,9 @@ werden.

### Datenbanktabellen aktualisieren

Sobald der Contao Manager alle Pakete installiert hat, muss die Datenbank aktualisiert werden. Dazu
muss das[Contao-Installtool](../contao-installtool/) gestartet werden(Contao 4.13 LTS)bzw. die benötigten Informationen
direktimContao Manager erfasst werden (Contao 5.x).
Sobald der Contao Manager alle Pakete installiert hat, muss die Datenbank aktualisiert werden. Dazukannst du das
[Contao Install Tool]({{% ref "/installation/contao-installtool" %}})(Contao 4.13 LTS)verwenden. Ab Contao 5 ist dies nicht mehr notwendig,
da die Datenbankdirektüber den [Contao Manager]({{% ref "installation/contao-manager" %}}) aktualisiert werden kann.


## Ein Administratorkonto anlegen
Expand Down
6 changes: 3 additions & 3 deletionsdocs/manual/installation/quickstart.en.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -90,9 +90,9 @@ icon ![Show/hide console output]({{% asset "icons/konsolenausgabe.png" %}}?class

### Updating database tables

Oncethe Contao Manager has installed all packages, the databaseneeds tobe updated. To do this
the [Contao-Installtool](../contao-installtool/) has to be started(Contao 4.13 LTS) or the required information has to be entered
directlyin the Contao Manager (Contao 5.x).
As soon asthe Contao Manager has installed all packages, the databasemustbe updated. To do this you can
usethe [Contao Install Tool]({{% ref "/installation/contao-installtool" %}})(Contao 4.13 LTS). From Contao 5 onwards, this is no longer
necessary, as the database can be updateddirectlyvia the[Contao Manager]({{% ref "installation/contao-manager" %}}).


## Create an administrator account
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp