aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-06-01 20:58:24 +0900
committerrhenium <re4k@re4k.info>2013-06-01 20:58:24 +0900
commitb4f69a011f5cda5e9e0640a13adc6a96374e370d (patch)
tree8cdbd794ac86d10ab1032b4c0159b9bf16b74fb8 /README.md
parent8caf867b0509ef5882459f3c7d0cafb1b2cba0ef (diff)
downloadaclog-b4f69a011f5cda5e9e0640a13adc6a96374e370d.tar.gz
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index fd1df91..6dc135d 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,11 @@ A web service like Favstar.
* Collect favorites and retweets by UserStreams
* List user's best/newest favorited or retweeted tweets
* Show how many favorited/retweeted by specified user
+* Protected account support
* JSON API
### Not yet / will be implemented
* New UI
-* Protected users support
* User settings (favorites notification)
## Requirements
@@ -62,17 +62,21 @@ A web service like Favstar.
* Start
- $ ./start.sh start
+ $ ./start.sh start receiver
+ $ ./start.sh start unicorn
### aclog configuration (worker)
-* In collector/ ..
+* In collector/
+
+ $ cd collector
+
* Install packages
$ bundle install
* Set consumer keys, secret key
- $ cp settings.yml.example collector/settings.yml
+ $ cp settings.yml.example settings.yml
$ vi settings.yml
* Start