2.0.0 -- also see .ruby-version file
PostgreSQL, postgis, GEOS
# Ubuntu:
sudo apt-get install libgeos-dev postgresql postgis
# Mac OS X assuming [brew][9] is installed:
brew install postgresql
#(follow after install instructions)
brew install geos
brew install postgis
use config/database.yml.example for create and customize config/database.yml
-
Database creation
-
Database initialization
rake
spec spec/app
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...