From 70bc025ade5e1c239a85f7442429e934ba629539 Mon Sep 17 00:00:00 2001 From: Jean Pierre Huart Date: Tue, 14 Jul 2015 10:53:52 +0200 Subject: [PATCH] Changes proposed accepted and implemented --- source/installation/installation.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/source/installation/installation.rst b/source/installation/installation.rst index 399e72ec7..4bba8f457 100644 --- a/source/installation/installation.rst +++ b/source/installation/installation.rst @@ -222,17 +222,14 @@ SQL queries will be printed into your console. Populate your database with basic information ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Once your database schema is ready, you should populate your database with some basic information. Those are provided through scripts and might depends from the bundle you choose to install (see :ref:`install-additional-bundles`) - -The main bundle require one script to be executed : +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. .. code-block:: bash php app/console doctrine:fixtures:load -Those will populate the database, with basic dummy data, countries (using ISO declaration) and languages (using, also, ISO informations). - - Preparing assets ^^^^^^^^^^^^^^^^