diff --git a/manual/de/01-installation/contao-installieren.md b/manual/de/01-installation/contao-installieren.md index 534927a18..f5362125a 100644 --- a/manual/de/01-installation/contao-installieren.md +++ b/manual/de/01-installation/contao-installieren.md @@ -28,7 +28,7 @@ curl -L http://download.contao.org/3.5.2 | tar -xzp ### Installation mit Composer -Mit Composer kann Contao über die [contao/standard-edition][3] installiert +Mit Composer kann Contao über die [contao/managed-edition][3] installiert werden. Als Erstes muss [Composer verfügbar sein][4], welcher mit folgendem Befehl @@ -44,7 +44,7 @@ Unter Windows erfolgt die Installation mittels dem [Installer][5]. Nun kann die Installation von Contao mit folgendem Befehl gestartet werden: ```bash -composer create-project contao/standard-edition +composer create-project --no-dev contao/managed-edition ``` Geben Sie als `` den Ordner ein, in welchen die Contao-Dateien @@ -54,7 +54,7 @@ automatisch angelegt. > #### info:: Hinweis > Der oben erwähnte Befehl installiert immer die neuste stabile Version. > Um eine andere Version zu installieren, kann diese im Befehl wie folgt eingegeben -> werden: `composer create-project contao/standard-edition:4.1.3 ` +> werden: `composer create-project contao/managed-edition:4.3.10 ` @@ -156,8 +156,8 @@ Backend-Anmeldung weiter. [1]: https://contao.org/de/download.html [2]: http://www.winscp.net -[3]: https://github.com/contao/standard-edition +[3]: https://github.com/contao/managed-edition [4]: https://getcomposer.org/download/ [5]: https://getcomposer.org/doc/00-intro.md#using-the-installer [6]: http://symfony.com/doc/current/reference/configuration/framework.html#secret -[7]: https://docs.contao.org/books/cookbook/en/folder-structure.html \ No newline at end of file +[7]: https://docs.contao.org/books/cookbook/en/folder-structure.html diff --git a/manual/en/01-installation/installing-contao.md b/manual/en/01-installation/installing-contao.md index b772661e5..5f380f869 100644 --- a/manual/en/01-installation/installing-contao.md +++ b/manual/en/01-installation/installing-contao.md @@ -28,7 +28,7 @@ curl -L http://download.contao.org/3.5.2 | tar -xzp ### Installing with Composer -You can also install Contao with Composer using the [contao/standard-edition][3] +You can also install Contao with Composer using the [contao/managed-edition][3] repository. First of all, you must [install Composer][4]. It can be installed globally with @@ -44,7 +44,7 @@ On Windows, you can download and run the [installer][5]. Now, you can run the installation process of Contao with the following command: ```bash -composer create-project contao/standard-edition +composer create-project contao/managed-edition ``` You have to replace the `` parameter with a path to a folder where the @@ -54,7 +54,7 @@ created automatically. > #### info:: Note > The command above always installs the latest stable version. If you > want to install a specific version, you must insert it in the command as for -> example: `composer create-project contao/standard-edition:4.1.3 ` +> example: `composer create-project contao/managed-edition:4.3.10 ` @@ -153,8 +153,8 @@ administration area. [1]: https://contao.org/en/download.html [2]: http://www.winscp.net/ -[3]: https://github.com/contao/standard-edition +[3]: https://github.com/contao/managed-edition [4]: https://getcomposer.org/download/ [5]: https://getcomposer.org/doc/00-intro.md#using-the-installer [6]: http://symfony.com/doc/current/reference/configuration/framework.html#secret -[7]: https://docs.contao.org/books/cookbook/en/folder-structure.html \ No newline at end of file +[7]: https://docs.contao.org/books/cookbook/en/folder-structure.html diff --git a/manual/fr/01-installation/installer-contao.md b/manual/fr/01-installation/installer-contao.md index b5c29d8a3..f510a5fa4 100644 --- a/manual/fr/01-installation/installer-contao.md +++ b/manual/fr/01-installation/installer-contao.md @@ -30,7 +30,7 @@ curl -L http://download.contao.org/3.5.2 | tar -xzp ### Installation avec Composer Vous pouvez également installer Contao avec Composer en utilisant le référentiel -[contao/standard-edition][3]. +[contao/managed-edition][3]. En premier lieu, vous devez [installer Composer][4]. Il peut être installé globalement avec les deux commandes suivantes sur macOS ou Linux: @@ -47,7 +47,7 @@ Maintenant, vous pouvez exécuter le processus d'installation de Contao avec la commande suivante : ```bash -composer create-project contao/standard-edition +composer create-project contao/managed-edition ``` Vous devez remplacer le paramètre `` avec un chemin d'accès vers un @@ -58,7 +58,7 @@ pas, il sera créé automatiquement. > La commande ci-dessus installe toujours la dernière version stable. > Si vous souhaitez installer une version spécifique, vous devez l'insérer dans > la commande comme par exemple : -> `composer create-project contao/standard-edition:4.1.3 ` +> `composer create-project contao/managed-edition:4.3.10 ` @@ -161,8 +161,8 @@ droit vous amènera vers le panneau d'administration. [1]: https://contao.org/en/download.html [2]: http://www.winscp.net/ -[3]: https://github.com/contao/standard-edition +[3]: https://github.com/contao/managed-edition [4]: https://getcomposer.org/download/ [5]: https://getcomposer.org/doc/00-intro.md#using-the-installer [6]: http://symfony.com/doc/current/reference/configuration/framework.html#secret -[7]: https://docs.contao.org/books/cookbook/en/folder-structure.html \ No newline at end of file +[7]: https://docs.contao.org/books/cookbook/en/folder-structure.html