mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
upgrade installation guide to 1.0
This commit is contained in:
parent
e64e1e0fb1
commit
14e913cd7f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user