Installation on ubuntu
-
Nothing after the error message?
Did you follow our guide on github?
GitHub - NodeBB/NodeBB: Node.js based forum software built for the modern web
Node.js based forum software built for the modern web - NodeBB/NodeBB
GitHub (github.com)
Make sure you have the required software packages and redis(2.6) and node(0.10.x)
-
Nothing after (((
node -v
v0.10.22
npm -v
1.3.14
and fresh redis.i also wrote test.js as example for testing my server with port 4555
var http = require("http");http.createServer(function(request, response) {
response.writeHead(200, {"Content-Type": "text/plain"});
response.write("Node test on Nginx!");
response.end();
}).listen(4555);All is good.
Right now i don't know what's wrong and where is mistake. (((((((((
-
Now i got new issue back.
Error: Auth error: Error: ERR Client sent AUTH, but no password is set
at Command.callback (/var/www/main/data/www/domain.name/node_modules/redis/index.js:174:43)
at RedisClient.return_error (/var/www/main/data/www/domain.name/node_modules/redis/index.js:512:25)
at HiredisReplyParser.<anonymous> (/var/www/main/data/www/domain.name/node_modules/redis/index.js:263:14)
at HiredisReplyParser.EventEmitter.emit (events.js:95:17)
at HiredisReplyParser.execute (/var/www/main/data/www/domain.name/node_modules/redis/lib/parser/hiredis.js:41:18)
at RedisClient.on_data (/var/www/main/data/www/domain.name/node_modules/redis/index.js:488:27)
at Socket.<anonymous> (/var/www/main/data/www/domain.name/node_modules/redis/index.js:82:14)
at Socket.EventEmitter.emit (events.js:95:17)
at Socket.<anonymous> (_stream_readable.js:746:14)
at Socket.EventEmitter.emit (events.js:92:17)