aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-05-06 01:23:39 +0900
committerre4k <re4k@re4k.info>2013-05-06 01:23:39 +0900
commit08adec2580871dac369e57ad51ed18c9e11de43a (patch)
tree97f05f7b063d8991d45c44583d2ea0e3c24ce911 /README.md
parent1c2b489eecc35e8b202e0b648ff1d5495e2f2d1d (diff)
downloadaclog-08adec2580871dac369e57ad51ed18c9e11de43a.tar.gz
move worker's directory client/ to collector/
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index e60c1ec..705373f 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Add to `my.cnf`
innodb_large_prefix
Create MySQL user
-### aclog configuration
+### aclog configuration (application)
* Set consumer keys, base URL, ..
cp config/settings.yml.example config/settings.yml
@@ -53,4 +53,9 @@ Create MySQL user
cp config/initializers/secret_token.rb.example config/initializers/secret_token.rb
sed -i s/replace_here/$(rake secret)/g config/initializers/secret_token.rb
+### aclog configuration (worker)
+* Set consumer keys, secret key
+
+ cp collector/settings.yml.example collector/settings.yml
+ vi collector/settings.yml