warlley / encontre_nos

This URL has Read+Write access

encontre_nos / README
100644 37 lines (21 sloc) 0.714 kb
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
37
== Encontre-nos
 
Web 2.0 app to help find missing people.
Objective here is to make a nice api for widgets and such that ppl can use on their blogs, comunities, etc.
System can geocode IP so it will show persons that were missing near the visitor.
 
 
== Requirements:
 
Gems:
 * GeoRuby
 * Haml
 * RMagick
 
PostgreSQL (recommended) or MySQL. (spatial adapter support)
 
 
== Install:
 
Create your tables on PG using PostGIS template:
 $ createdb -O <owner> -T template_postgis encontrenos_development
 
  
== Test:
 
Create a test table:
 $ createdb -O <owner> -T template_postgis encontrenos_test
  
Run autotest:
 $ autotest
  
     
== License:
 
(The MIT License)
 
Copyright (c) 2008 Warlley Rezende, Marcos Piccinini