From d4d185ec4ffae4f26e684ec68b7d64043e04cb68 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 22 Apr 2013 15:40:53 -0400 Subject: [PATCH] updated readmeh --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c7f8e3e10a..b3b5b57818 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ First step is to obtain all of the dependencies requires by node-forum: # apt-get install redis +Now we ensure that the configuration files are properly set up. node-forum runs on port 4567 by default. The client side config can be set up thusly: + + $ cp public/config.default.json public/config.json + +Ensure that `/public/config.json` points to the publically accessible IP/hostname of your forum. + Lastly, we run the forum. $ node app