Compilation =========== execute "make" in the top directory Execution ========= Server: execute "server/start.sh" If you want to have network support, you maybe have to supply your public IP address as first parameter to that script. T Client: cd client, erl -name If you want to have network support, you maybe have to supply -name @. In the shell you can use the following commands: client:register(, , ). Register the first user account (admin). client:login(, , ). Log in. If you are logged in the server you can us the following commands: client:list(). List all media objects. client:getVotes(). Get your available votes. client:vote(, ). client:devote(<artist>, <title>). Vote or devote the given media object. client:register(<username>, <password>). (only for admin accounts) Register a new user account.