X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b4c0bfd8fa324a4c9d8b24e8753d134524ea61c7..db1e02adb5f8eea1fc47bfe4e7b116359d92eaa2:/README diff --git a/README b/README index 74c8ed145..d79cdd11f 100644 --- a/README +++ b/README @@ -1,13 +1,29 @@ +INSTALL +======= -Task one -======== +* get rails working (http://www.rubyonrails.org/) -Get OSM on rails with a 0.4 API, without changing the db schema +* make your db (see db/README) -see db/README for how to create the db +* install ruby libxml bindings: -Two -=== + # sudo aptitude install libxml-ruby1.8 libxml-parser-ruby1.8 -change the schema +* make sure you have a MTA listening on localhost:25 if you want mail +* script/server + +* thats it + +HACKING +======= + +log in to your site (proably localhost:3000) + +create a user and confirm it + +you want to play with the API (probably at localhost:3000/api/0.4/node/create etc) + +Lots of tests are needed to test the API. + +Lots of little things to make the site work like the old one.