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