aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-03-09 19:48:53 +0900
committerre4k <re4k@re4k.info>2013-03-09 19:48:53 +0900
commit11d5c2683fe0f296280fa4b717db92b1d358d704 (patch)
treeeeb7b773f072a668ab6668f99162dcdc9932c132 /README.md
parent4ba0b50fc998c9b47b74adc31b6422f7dddcd199 (diff)
downloadaclog-11d5c2683fe0f296280fa4b717db92b1d358d704.tar.gz
* Fix #1
* Increase worker
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..935a68f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,37 @@
+# Aclog
+Collects favs and retweets in real time by UserStreams.
+A web service like Favstar.
+
+## Aclog is
+* Powered by Ruby on Rails
+* Free and open source (MIT License)
+
+## Status
+* Working on ![aclog-re4k.dotcloud.com](aclog-re4k.dotcloud.com) for testing.
+
+## Requirements
+* Ruby 1.9.3+
+* MySQL or SQLite
+
+## Installation (dotCloud)
+1.
+
+ git clone https://github.com/re4k/aclog.git
+ bundle
+
+ dotcloud push
+ *~(**)~*
+
+2.
+
+ cp dotcloud.yml.sample dotcloud.yml
+ (Edit)
+
+3.
+
+ cp config/settings.yml.sample config/settings.yml
+ (Edit)
+3.
+
+ (今度書きます..)
+