warlley / encontre_nos
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.autotest | ||
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ |
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
