Skip to content

agoragames/erlang-leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= erlang-leaderboard

A leaderboard system in Erlang and backed by Redis - http:https://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:https://www.erlang.org/

Install rebar. You can acquire and build it thusly: 

	git clone git:https://github.com/basho/rebar.git
	cd rebar
	./bootstrap
	cp rebar /usr/local/bin

Acquire and build the erlang-leaderboard sources. It will fetch cstar's version of erldis automatically, as an internal depenendency. https://github.com/cstar/erldis

	git clone git:https://github.com/agoragames/erlang-leaderboard.git
	cd erlang-leaderboard
	rebar compile
	# Possibly edit files in ./rel/files/* to your liking, if you so desire
	rebar generate
	
Make sure that redis is running.

TODO - Add info about how to easily start the gen_server (once it works reliably!)

== Compatibility

This software has been built and tested with Erlang/OTP R14B03.
	
== Usage

TODO
      
== Performance

TODO

== Future Ideas

TODO
  
== Copyright

Copyright (c) 2011 Armando Di Cianno. See LICENSE.txt for further details.