Skip to content

codeforamerica/sa-zone

Repository files navigation

SA Zone

The SA Zone tool is the beginnings of an address-based search tool that will allow homeowners, developers, government officials and anyone else who is interested to search and learn more about specific properties.

This application is still being developed, and is in a very early alpha iteration. If you'd like to deploy it, please follow the below instructions. But keep in mind, many things are still in the works.

Prerequisites

Installation instructions

Clone the app to your machine:

git clone https://github.com/codeforamerica/sa-zone.git
cd sa-zone

Install the dependencies:

bundle install

Create the database:

bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake historic_districts:load
bundle exec rake cosa_council_districts:load

If you want to update or change these specific shapefiles, they exist in the lib/asset folder in the application.

Run your application

bundle exec foreman start

You did it!

Now you can access your application at http://0.0.0.0:5000

Copyright

Copyright (c) 2014 Code for America. Created by the Techzans team working in San Antonio (Amy Mok, Maya Benari, David Leonard). Released under the BSD license.

About

Learn more about your home and neighborhood

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published