]> git.openstreetmap.org Git - rails.git/blob - README
way stuff
[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 (FIXME: example apt-get lines etc for the weak)
9
10 * make sure you have a MTA listening on localhost:25 if you want mail
11
12 * script/server
13
14 * thats it
15
16 HACKING
17 =======
18
19 log in to your site (proably localhost:3000)
20
21 create a user and confirm it
22
23 you want to play with the API (probably at localhost:3000/api/0.4/node/create etc)
24
25 Lots of tests are needed to test the API.
26
27 Lots of little things to make the site work like the old one.