That is correct. The port if not defined at all is assumed to be 4567, and should only be in the url if the port is required to access the site.
Instalation stuck on "Pupolating Database..."
-
@julian said:
lsb_release -a
This iss output:
[email protected] [~]# lsb_release -a
-bash: lsb_release: command not foundand
[email protected] [~]# uname -a
Linux the.thebettinguniversity.org 2.6.32-042stab113.11 #1 SMP Fri Dec 18 17:32:04 MSK 2015 x86_64 x86_64 x86_64 GNU/LinuxAlso im geting this when run this command:
[email protected] [~/public_html]# sudo service redis start
Starting redis-server:
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 53
'logfile /var/log/redis/redis.log'
Can't open the log file: Permission denied
[FAILED][email protected] [~/public_html]# sudo service redis status
redis-server is stoppedHow to reenable redis server again?
NOTE: I reenabled radis again>
[email protected] [/]# sudo service redis status
redis-server (pid 4183) is running...added firewall rules:
firewall --zone=public --add-port=4567/tcp --permanent
firewall --reloadand start nodebb from
./nodebb start
but still not open on http://216.172.178.106:4567/
Why?
-
I started Redis server with "sudo service redis start" but still not open me nothing. I think that issue is somewhere in firewall.
Do you noticed what i write before:
[email protected] [/]# sudo service redis status
redis-server (pid 4183) is running...So radis server is working !!
-
@MagicVish No, no. For the field
Which database to use
do not enterredis
but enter0
. You already chose redis earlier in the setup. This field instructs NodeBB which redis database to populate and use. The databases start at 0 and increase incrementally. If this is your first and only redis database0
is the answer.