mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
c3daa1ce0901832f9053691e630c7efbf46d35cc
Conflicts: public/templates/header.tpl
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) |
Description
Languages
JavaScript
87.4%
Smarty
11.4%
SCSS
0.8%
Shell
0.1%
HTML
0.1%
Other
0.1%