forked from agoragames/erlang-leaderboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Leaderboards backed by Redis in Erlang
License
greymouser/erlang-leaderboard
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= erlang-leaderboard A leaderboard system in Erlang and backed by Redis - http://redis.io 'erlang-leaderboard' is an erlang implementation of @czarneckid 's 'leaderboard' gem written in Ruby - https://github.com/agoragames/leaderboard == Installation Install Erlang. http://www.erlang.org/ Install rebar. You can acquire and build it thusly: git clone git://github.com/basho/rebar.git cd rebar ./bootstrap cp rebar /usr/local/bin Acquire and build the erlang-leaderboard sources. git clone git://github.com/agoragames/erlang-leaderboard.git cd erlang-leaderboard rebar get-deps rebar compile generate Make sure that redis is running. redis From the repo directory, you can start an interactive console which is ready to interact with the leaderboard app. ./rel/leaderboard/bin/leaderboard console ... or you at start the app, and connect to the live app from another shell. ./rel/leaderboard/bin/leaderboard start (other shell) ./rel/leaderboard/bin/leaderboard attach == Compatibility This software has been built and tested with Erlang/OTP R15B03. == Usage TODO == Performance TODO == Future Ideas TODO == Copyright Copyright (c) 2011 Armando Di Cianno. See LICENSE.txt for further details.
About
Leaderboards backed by Redis in Erlang
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Erlang 42.6%
- Shell 30.5%
- Perl 26.9%