update read me
authorcavaliet
Tue, 08 Apr 2014 13:08:20 +0200
changeset 126 5ca5a8e3e70e
parent 125 058892a8e4cd
child 127 fafde037c661
update read me
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'
+