@AOKP Thanks for your help. I ran your steps exactly as shown, but still see the same error:
[email protected]:/home/nodebb# ./nodebb setup
24/10 12:13 [31848] - info: NodeBB Setup Triggered via Command Line
Welcome to NodeBB!
This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed.
Press enter to accept the default setting (shown in brackets).
URL used to access this NodeBB (http://159.203.3.107:4567)
Please enter a NodeBB secret (363ecf04-0635-4524-85bf-ba3287a1da02)
Which database to use (redis)
24/10 12:13 [31848] - info: Now configuring redis database:
Host IP or address of your Redis instance (159.203.3.107)
Host port of your Redis instance (6379)
Password of your Redis database
Which database to use (0..n) (0)
Configuration Saved OK
[email protected] node_modules/redis
[email protected] node_modules/connect-redis
āāā [email protected] ([email protected])
Populating database with default configs, if not already set...
24/10 12:13 [31848] - warn: NodeBB Setup Aborted.
undefined
[email protected]:/home/nodebb# redis-cli
127.0.0.1:6379> info
Server
redis_version:3.0.5
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:84b3eb056fdfb307
redis_mode:standalone
os:Linux 3.19.0-22-generic x86_64
arch_bits:64
multiplexing_api:epoll
gcc_version:4.9.2
process_id:31785
run_id:e7e4ccd81b0216b4aa91b5ef167f66d40f1bc4de
tcp_port:6379
uptime_in_seconds:155
uptime_in_days:0
hz:10
lru_clock:2862714
config_file:/etc/redis/redis.conf
Clients
connected_clients:1
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0
Memory
used_memory:508784
used_memory_human:496.86K
used_memory_rss:6959104
used_memory_peak:508784
used_memory_peak_human:496.86K
used_memory_lua:36864
mem_fragmentation_ratio:13.68
mem_allocator:jemalloc-3.6.0
Persistence
loading:0
rdb_changes_since_last_save:0
rdb_bgsave_in_progress:0
rdb_last_save_time:1445703135
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:-1
rdb_current_bgsave_time_sec:-1
aof_enabled:0
aof_rewrite_in_progress:0
aof_rewrite_scheduled:0
aof_last_rewrite_time_sec:-1
aof_current_rewrite_time_sec:-1
aof_last_bgrewrite_status:ok
aof_last_write_status:ok
Stats
total_connections_received:1
total_commands_processed:0
instantaneous_ops_per_sec:0
total_net_input_bytes:14
total_net_output_bytes:0
instantaneous_input_kbps:0.00
instantaneous_output_kbps:0.00
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:0
evicted_keys:0
keyspace_hits:0
keyspace_misses:0
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec:0
migrate_cached_sockets:0
Replication
role:master
connected_slaves:0
master_repl_offset:0
repl_backlog_active:0
repl_backlog_size:1048576
repl_backlog_first_byte_offset:0
repl_backlog_histlen:0
CPU
used_cpu_sys:0.17
used_cpu_user:0.07
used_cpu_sys_children:0.00
used_cpu_user_children:0.00
Cluster
cluster_enabled:0
Keyspace
127.0.0.1:6379>