Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
collaboration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Dec 7, 2011
1 parent 282c528 commit 484f040
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README
Expand Up @@ -3,11 +3,26 @@ Vote on wikipedia solicitors.
## TODO

Before production:

- goog analytics √
- page caching
- tweet button with bitly link and revised text
- hat promo √ (looks ghetto but there)
- lock down security of methods √
- model validation (not nulls) √
- make Contender lookup/randomization more efficient? (in memory versus postgres?)



## TO RUN LOCALLY

(E.g. instructions for collaborators.)

To get going, after cloning the repo do the following:

bundle install #get all needed gems and versions of rails up and going
rake db:migrate #set up the local db
rake db:seed #load in the seed data to db (e.g. the contenders)

To run locally, use `foreman start`.

The contenders are stored in `/db/seeds.rb`. I'm lazy and just use `uname` as the unique key for the filenames for the associated images for a contender.

0 comments on commit 484f040

Please sign in to comment.