You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
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
Get latest version of Gather
Run bundle install
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
Config MySql Database in database.yml
run rake db:create
run rake db:migrate
log-in with default login: "admin@gather.here" pass:"password123" (Please change password after login)