]> git.openstreetmap.org Git - rails.git/blob - README
updated rake task to grab 1000 records at a time
[rails.git] / README
1 INSTALL
2 =======
3
4 * get rails working (http://www.rubyonrails.org/)
5
6 * make your db (see db/README)
7
8 * install ruby libxml bindings:
9
10    # sudo aptitude install libxml-ruby1.8 libxml-parser-ruby1.8
11
12 * install primary keys plugin for active record (minimum version 0.9.1)
13   
14   # sudo gem install composite_primary_keys
15
16 * make sure you have a MTA listening on localhost:25 if you want mail
17
18 * script/server
19
20 * thats it
21
22 API CHANGES FOR EDITOR AUTHORS
23 ==============================
24
25 See
26
27 http://wiki.openstreetmap.org/index.php/REST#Changes_in_the_upcoming_0.4_API
28
29 HACKING
30 =======
31
32 log in to your site (proably localhost:3000)
33
34 create a user and confirm it
35
36 you want to play with the API (probably at localhost:3000/api/0.4/node/create etc)
37
38 Lots of tests are needed to test the API.
39
40 Lots of little things to make the site work like the old one.
41
42 Also see the 'rails_port' component for bugs:
43 http://trac.openstreetmap.org/query?status=new&status=assigned&status=reopened&component=rails_port&order=priority