# HG changeset patch # User cavaliet # Date 1391437741 -3600 # Node ID 31bb6cb0c309ac01850db96c7bef97b55c25443c # Parent e9c1a6f4b83eaecc8a1e03a0dd3f4f8e06394dda update read me diff -r e9c1a6f4b83e -r 31bb6cb0c309 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 +