]> git.parisson.com Git - telemeta-data.git/commitdiff
fix MNHN import README
authorolivier <olivier@3bf09e05-f825-4182-b9bc-eedd7160adf0>
Fri, 23 Jan 2009 18:14:08 +0000 (18:14 +0000)
committerolivier <olivier@3bf09e05-f825-4182-b9bc-eedd7160adf0>
Fri, 23 Jan 2009 18:14:08 +0000 (18:14 +0000)
git-svn-id: http://svn.parisson.org/svn/crem@58 3bf09e05-f825-4182-b9bc-eedd7160adf0

trunk/import/prototype/README.mnhn

index e12a3e96b4fdd30ed02eec277047f9d18646cf71..f92218069ed237152885d5bbd671ea31f20b1820 100644 (file)
@@ -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 <MEDIA_ROOT>/items/test.wav
     This single file is associated with all media items, for testing purpose.