Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 1.12 KB

File metadata and controls

35 lines (28 loc) · 1.12 KB

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.