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).
- 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
We used Heroku to deploy the application. Check it out here.
heroku pg:reset HEROKU_POSTGRESQL_GREEN_URL
heroku run rake db:migrate
heroku run rake db:seed
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.