public
Description:
Homepage:
Clone URL: git://github.com/warlley/encontre_nos.git
nofxx (author)
Sun Aug 31 05:34:05 -0700 2008
commit  c924314c5d957ca0c6443842725da7ebfa79c9d8
tree    45733a4238b1dada86fd550735d634ca7ac3fc6b
parent  95602975abce33e3319c28c51ebe1e88457cc974
README
== 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