Does NodeBB support Nodejs 4.2.1?
-
the log after install, it looks success except two warns, below is the full log:
[root@li1203-166 nodebb_outofchina]# ./nodebb log
Type Ctrl-C to exit
6/3 05:48 [17353] - warn: You have no mongo password setup!
6/3 05:48 [17353] - info: [database] Checking database indices.
6/3 05:48 [17353] - warn: [socket.io] Clustering detected, you are advised to configure Redis as a websocket store.6/3 05:48 [17353] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run
./nodebb reset -p PLUGINNAME
to disable it.- nodebb-theme-persona
6/3 05:48 [17353] - info: NodeBB Ready
6/3 05:48 [17353] - info: Enabling 'trust proxy'
6/3 05:48 [17353] - info: NodeBB is now listening on: 0.0.0.0:4567 -
From my experience 90% of
Cannot GET /
errors is when it can't connect to mongo db.Try to
sudo service mongod restart