From 14e913cd7fa4c6e4179ca6e779f68cdecd404521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 9 Feb 2016 12:59:02 +0100 Subject: [PATCH] upgrade installation guide to 1.0 --- source/installation/installation.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/installation/installation.rst b/source/installation/installation.rst index 4bba8f457..11570eb7a 100644 --- a/source/installation/installation.rst +++ b/source/installation/installation.rst @@ -151,10 +151,8 @@ Create your Chill project using composer: .. code-block:: bash - composer create-project chill-project/standard path/to/your/directory --stability=dev - -.. note:: - Until now, the stability of the project is set to "dev". Do not forget this argument, or composer will fail to download and create the project. + composer create-project chill-project/standard path/to/your/directory ~1.0 + Composer will download `the standard architecture`_ and ask you a few question about how to configure your project. @@ -224,7 +222,7 @@ Populate your database with basic information Once your database schema is ready, if you want to test the application you have the opportunity to populate your database with some basic data. Those are provided through a script and might depends from the bundle you choose to install (see :ref:`install-additional-bundles`). -This script has not to be launched for a production server and will erase any existing data. It is meant only for testing the application. +**This script has not to be launched for a production server** and will erase any existing data. It is meant only for testing the application. .. code-block:: bash