summaryrefslogtreecommitdiff
path: root/docs/src/INSTALL.t2t
blob: 8f28ac8fd68e3715d7069fc5d6cc5ce60c74bef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Ishtar installation
Étienne Loks
Last update: %%date(%m-%d-%Y)

+ Base installation +

++ Installation ++

+++ Prerequisites +++

- [apache http://www.apache.org/] version 2.x with [mod_python http://www.modpython.org/] 3.x
- [python http://www.python.org/] versions 2.4 or superior
- [django http://www.djangoproject.com/] version 1.2
- [postgres http://www.postgresql.org/] version 8.x
- [gettext http://www.gnu.org/software/gettext/]
- [psycopg2 http://freshmeat.net/projects/psycopg/]
- [django-simple-history https://bitbucket.org/q/django-simple-history/src] version 1.0
- registration
- libjs-jquery
- libjs-jquery-ui
- django-formwizard
- curl (to fetch towns from OSM)


To install django-simple-history:
```
hg clone -r 1.0 http://bitbucket.org/q/django-simple-history
cd django-simple-history
python setup.py install
```



Import towns:
curl --location --globoff "http://openstreetmap.us/xapi/api/0.6/node[place=village|town|city][bbox=-5.53711,41.90228,8.96484,51.50874]" -o data.osm