Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

gina-alaska/feeder

Repository files navigation

GINA Feeder

Dependency Status

A GeoRSS generator and data browser.

Installation

bundle install                # Install the gems
vi config/database.yml        # Setup database configs
ln /data/feeder_uploads public/uploads
                              # Setup upload directory for thumbnails
rake db:setup                 # Create, load and initialize the database
rails server                  # Start the server

Open a browser and point at http://localhost:3000