==================================================
-MUCEM data and how to import it into Telemeta 0.3.x
+MNHN data and how to import it into Telemeta 0.3.x
==================================================
-Warning: the following instructions allow you to import the MUCEM's data
+Warning: the following instructions allow you to import the MNHN's data
into telemeta. However, it is currently a rather data destructive process,
only meant for demonstration and testing purpose. Do not use this in a
production environment.
Django models. Ensure that everything is running fine before going any
further.
-2. Copy the csv data into /tmp/mucem_import.csv
+2. Copy the csv data into /tmp/mnhn_import.csv
Example::
- $ cp src/mucem-2009-15-01/ItemCollMucem15-01.csv /tmp/mucem_import.csv
+ $ cp src/mnhn-2009-15-23/Item+CollGabon.csv /tmp/mnhn_import.csv
3. Use the SQL import script to insert the data into your MySQL database.
Example::
- $ mysql your_telemeta_database < scripts/mucem-import.sql
+ $ mysql your_telemeta_database < scripts/mnhn-import.sql
4. Copy the WAV test file of your choice, into <MEDIA_ROOT>/items/test.wav
This single file is associated with all media items, for testing purpose.