update read me
authorcavaliet
Mon, 03 Feb 2014 15:29:01 +0100
changeset 119 31bb6cb0c309
parent 118 e9c1a6f4b83e
child 120 6fd1ff318825
update read me
README.md
--- a/README.md	Mon Feb 03 12:28:21 2014 +0100
+++ b/README.md	Mon Feb 03 15:29:01 2014 +0100
@@ -336,8 +336,11 @@
 ## Migration
 
 The wikitag folder contains a migration in DoctrineMigrations/Version20140129151724.php. If your wikitag is anterior to V00.14, you need to to do this migration.
-This migration takes every tag label and searches the REAL dbpedia uri associated to this label.
+This migration takes every tag with a wikipedia padeID or URL, and searches the REAL dbpedia uri associated to this label.
 Before, the dbpedia uri was manually generated by http://dbpedia.org/resource/ + english_label.
-Now we get the dbpedia uri by requesting http://LANG_CODE.dbpedia.org/sparql with the current label. 
+Now we get the dbpedia uri by requesting http://LANG_CODE.dbpedia.org/sparql with the current wikipedia pageID or url.
 
- 
+To run this migration, you have to copy the file Version20140129151724.php into app/DoctrineMigrations/ or the migration folder you set in your configuration. Then run the migration classicly with
+
+        php app/console doctrine:migrations:migrate
+