# HG changeset patch # User cavaliet # Date 1396955300 -7200 # Node ID 5ca5a8e3e70eb8175d6c81c5d3b9cfad36c627be # Parent 058892a8e4cd95f59dfab11c0cc91ca642f7df20 update read me diff -r 058892a8e4cd -r 5ca5a8e3e70e README.md --- a/README.md Wed Apr 02 14:40:11 2014 +0200 +++ b/README.md Tue Apr 08 13:08:20 2014 +0200 @@ -344,3 +344,13 @@ php app/console doctrine:migrations:migrate +Do not forget to update the configuration file with the good urls (fr in this exemple) before running the migration : + + wiki_tag: + [...] + url_templates: + wikipedia_api: 'http://fr.wikipedia.org/w/api.php' + wikipedia_permalink: 'http://fr.wikipedia.org/w/index.php?oldid=%s' + wikipedia_opensearch: 'http://fr.wikipedia.org/w/index.php?search=' + dbpedia_sparql: 'http://fr.dbpedia.org/sparql' +