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

How to Install Gather

ontehfritz edited this page Nov 15, 2011 · 13 revisions

Prerequisites: Ruby 1.9.2-head, Rails 3.1.0,

Install has been tested against this environment configuration: Ubuntu 11.0.4, Apache 2, MySql, Phusion Passenger

  1. Get latest version of Gather

  2. Run bundle install

  3. When testing on linode I used their install guide for Apache and rails using passenger, to get Gather to work with this configuration I had to run bundle install --path vendor/cache

  4. Config MySql Database in database.yml

  5. run rake db:create

  6. run rake db:migrate

  7. log-in with default login: "admin@gather.here" pass:"password123" (Please change password after login)

Clone this wiki locally