Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav Simonsson committed Jul 8, 2012
1 parent 6c6149d commit 68c4912
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README
@@ -1,4 +1,19 @@

Backend to BrowserQuest (http://browserquest.mozilla.org/) written in Erlang/OTP.

We make use of Cowboy to connect the BrowserQuest client to our backend.

Installation:
Backend:

1. git clone git@github.com:Spawnfest2012/win.git
2. ./rebar get-deps
3. ./rebar compile
4. ./init.sh
5. Start Client (see below)

Client:

1. git clone git://github.com/mozilla/BrowserQuest.git
2. Edit config files in client/config to use 127.0.0.1 and port 8000
3. Launch backend.
4. Point browser to client/index.html

0 comments on commit 68c4912

Please sign in to comment.