upgrade installation guide to 1.0

This commit is contained in:
Julien Fastré 2016-02-09 12:59:02 +01:00
parent e64e1e0fb1
commit 14e913cd7f

View File

@ -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