aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 935a68f000b9daa8745a0961e15d56976ab06be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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.

    (今度書きます..)