Julian Lam c3daa1ce09 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	public/templates/header.tpl
2013-04-22 15:18:27 -04:00
2013-04-22 19:01:45 +00:00
2013-04-22 16:51:32 +00:00
2013-04-22 16:51:32 +00:00
2013-04-22 14:45:33 -04:00

node-forum

node-forum is a robust nodejs driven forum built on a redis database.

Installation

First step is to obtain all of the dependencies requires by node-forum:

$ npm install

Next, we install redis. If you have redis installed, you can skip this step.

# apt-get install redis

Lastly, we run the forum.

$ node app

Config

node-forum is pre-configured to run on port 4567, with default options defined in config.json. The following options are available:

Option Description
port (Default: 4567) The default port that node-forum runs on
mailer (Default: {
    host: 'localhost',
    port: '25',
    from: 'mailer@localhost.lan'
})

Settings for the outgoing mailer (for emails involving user registration/password resets)
Languages
JavaScript 87.4%
Smarty 11.4%
SCSS 0.8%
Shell 0.1%
HTML 0.1%
Other 0.1%