From 247508026c201eb2c26176ddc81020ab878a209b Mon Sep 17 00:00:00 2001 From: Kirsten Roschanski Date: Thu, 23 Feb 2017 11:14:31 +0100 Subject: [PATCH 1/3] Update contao-installieren.md Add install for manager edition --- manual/de/01-installation/contao-installieren.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manual/de/01-installation/contao-installieren.md b/manual/de/01-installation/contao-installieren.md index 534927a18..b4426eb11 100644 --- a/manual/de/01-installation/contao-installieren.md +++ b/manual/de/01-installation/contao-installieren.md @@ -43,6 +43,10 @@ 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 +``` +Die [Manager Edition][8] kann mit folgendem Befehl gestartet werden: ```bash composer create-project contao/standard-edition ``` @@ -160,4 +164,5 @@ Backend-Anmeldung weiter. [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 +[8]: https://contao.org/de/news/release-der-contao-managed-edition.html From 77643e44b20799780c91ea60fb8a6acdd2310637 Mon Sep 17 00:00:00 2001 From: Kirsten Roschanski Date: Tue, 18 Apr 2017 17:30:01 +0200 Subject: [PATCH 2/3] Update contao-installieren.md --- manual/de/01-installation/contao-installieren.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/de/01-installation/contao-installieren.md b/manual/de/01-installation/contao-installieren.md index b4426eb11..f969dfb28 100644 --- a/manual/de/01-installation/contao-installieren.md +++ b/manual/de/01-installation/contao-installieren.md @@ -46,9 +46,9 @@ Nun kann die Installation von Contao mit folgendem Befehl gestartet werden: ```bash composer create-project contao/standard-edition ``` -Die [Manager Edition][8] kann mit folgendem Befehl gestartet werden: +Die [Managed Edition][8] kann 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 From 7d5d63812c021c479418ff5390a4e477ffef0b62 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Wed, 19 Jul 2017 11:39:32 +0200 Subject: [PATCH 3/3] The contao/standard-edition is kind of obsolete --- manual/de/01-installation/contao-installieren.md | 11 +++-------- manual/en/01-installation/installing-contao.md | 10 +++++----- manual/fr/01-installation/installer-contao.md | 10 +++++----- 3 files changed, 13 insertions(+), 18 deletions(-) diff --git a/manual/de/01-installation/contao-installieren.md b/manual/de/01-installation/contao-installieren.md index f969dfb28..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 @@ -43,10 +43,6 @@ 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 -``` -Die [Managed Edition][8] kann mit folgendem Befehl gestartet werden: ```bash composer create-project --no-dev contao/managed-edition ``` @@ -58,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 ` @@ -160,9 +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 -[8]: https://contao.org/de/news/release-der-contao-managed-edition.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