Skip to content
redbrain17 edited this page Sep 13, 2010 · 6 revisions

apt-get install erlang-dev erlang-edoc

foo@bar:~$ svn checkout http://mochiweb.googlecode.com/svn/trunk/ mochiweb

foo@bar:~$ cd mochiweb
foo@bar:~/mochiweb$ make
foo@bar:~/mochiweb$ chmod +x scripts/new_mochiweb.erl
foo@bar:~/mochiweb$ ./scripts/new_mochiweb.erl chaosbay ../.
foo@bar:~/mochiweb$ cd ../chaosbay
foo@bar:~/chaosbay$ make
foo@bar:~/chaosbay$ ./start-dev.sh

To configure, run:

application:set_env(chaosbay, http_base, “http://…”).
torrent:reset_tracker_urls().

Clone this wiki locally