Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
/ trace Public archive

Systems Development Project: Pest Tracking System for the NSW National Parks and Wildlife Service.

Notifications You must be signed in to change notification settings

lekic/trace

Repository files navigation

Trace

A pest tracking system for the New South Wales Parks and Wildlife Service. Produced as part of a Systems Development Project for the University of Technology, Sydney.

Created by Hayden Bleasel (GitHub, Twitter) and Daniel Lekic (GitHub, Twitter).

Installation

  • Install Git
  • Install RVM
  • Install Ruby 2.0.0-p247 to RVM
  • Install Homebrew
  • Install PostgreSQL via Homebrew
  • Clone repo
  • Set gemset
  • Bundle gemfile
  • Create Postgres database
  • Start database
  • Migrate database
  • Seed database
  • Install Heroku Toolbelt
  • Login to Heroku
  • Push to Heroku

Deployment

We used Heroku to deploy the application. Check it out here.

Heroku

Database Reset

  • heroku pg:reset HEROKU_POSTGRESQL_GREEN_URL
  • heroku run rake db:migrate
  • heroku run rake db:seed

Contributions

Due to this being a university project, no contributions will be accepted. The project was due in November, 2013. However, feel free to clone the repo and check out how we built it.

About

Systems Development Project: Pest Tracking System for the NSW National Parks and Wildlife Service.

Resources

Stars

Watchers

Forks

Packages

No packages published