]> git.openstreetmap.org Git - rails.git/blobdiff - doc/README_FOR_APP
fix #2046
[rails.git] / doc / README_FOR_APP
index 6c4e6b0fcf38ebdef9a39fe7d05b5f0ff2132124..1e76e610b86cf36a62e0d51cd40ee0c5a0bcd0d9 100644 (file)
@@ -5,12 +5,15 @@ see to use models etc.
 =INSTALL
 
 Full information is available at 
 =INSTALL
 
 Full information is available at 
-http://wiki.openstreetmap.org/index.php/Rails
+http://wiki.openstreetmap.org/wiki/Rails
 
 * Get rails working (http://www.rubyonrails.org/)
 * Make your db (see db/README)
 * Install ruby libxml bindings:
     sudo apt-get install libxml-ruby1.8 libxml-parser-ruby1.8
 
 * Get rails working (http://www.rubyonrails.org/)
 * Make your db (see db/README)
 * Install ruby libxml bindings:
     sudo apt-get install libxml-ruby1.8 libxml-parser-ruby1.8
+* Install ImageMagick libraries & ruby gem:
+    sudo apt-get install libmagickcore-dev
+    sudo gem install rmagick
 * Install primary keys plugin for active record (minimum version 0.9.1)
     sudo gem install composite_primary_keys
 * Make sure you have a MTA listening on localhost:25 if you want mail
 * Install primary keys plugin for active record (minimum version 0.9.1)
     sudo gem install composite_primary_keys
 * Make sure you have a MTA listening on localhost:25 if you want mail
@@ -24,8 +27,8 @@ http://wiki.openstreetmap.org/index.php/Rails
 See
 
 The information about the next version of the protocol API 0.6 is available at 
 See
 
 The information about the next version of the protocol API 0.6 is available at 
-http://wiki.openstreetmap.org/index.php/OSM_Protocol_Version_0.6
-http://wiki.openstreetmap.org/index.php/REST
+http://wiki.openstreetmap.org/wiki/OSM_Protocol_Version_0.6
+http://wiki.openstreetmap.org/wiki/REST
 
 =HACKING
 
 
 =HACKING