-
Notifications
You must be signed in to change notification settings - Fork 0
How to install
plotti edited this page Sep 13, 2011
·
4 revisions
https://github.com/plotti/TwitterZeit/
- Twitter(for the twitter API)
- Sinatra (webframework) & Haml
- Pony (sending mails)
- Chimps (getting the "strength of ties")
- Readability (getting the "raw" text) or pismo (getting the right "div" on the website)
- Delayed_jobs (creates the newspaper in the background)
- config.yaml
- database.yaml
- environment.rb
- require 'environment.rb'
- ActiveRecord::Migrator.migrate("db") – performs the migration
- mkdir /data
- use ./delayed_job run (to see what is happening in the background)