From: olivier Date: Fri, 23 Jan 2009 18:14:08 +0000 (+0000) Subject: fix MNHN import README X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f77849dc02f93fb29c46c7472b79ba91f08c1560;p=telemeta-data.git fix MNHN import README git-svn-id: http://svn.parisson.org/svn/crem@58 3bf09e05-f825-4182-b9bc-eedd7160adf0 --- diff --git a/trunk/import/prototype/README.mnhn b/trunk/import/prototype/README.mnhn index e12a3e9..f922180 100644 --- a/trunk/import/prototype/README.mnhn +++ b/trunk/import/prototype/README.mnhn @@ -1,8 +1,8 @@ ================================================== -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. @@ -11,17 +11,17 @@ 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 /items/test.wav This single file is associated with all media items, for testing purpose.