diff options
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +to compile: execute "make" in the top directory +to start the server: run server/start.sh +to start a client: cd client, erl -sname <any_name> +in the client: + client:register(<hostname>,<username>,<password>). + client:login(<hostname>,<username>,<password>). + now you can use client:list(), client:getVotes(), client:vote() and client:devote() |