Populating or updating the DB from json file
============================================

Dumping an existing database
----------------------------

Run the follow script

``<install_path>`` for exemple : ``/home/<user>/eLearning``

.. code-block:: bash

    $ cd <install_path>
    $ ./scripts/dump_data.sh


Loadind data from json file
---------------------------

Run the follow script

``<install_path>`` for exemple : ``/home/<user>/eLearning``

.. code-block:: bash

    $ cd <install_path>
    $ ./scripts/load_data.sh
