These are warning messages meant for developers. You can safely ignore them. We try to minimize the amount of warnings shown due to these deprecations. Odds are they are just old requests from browser caches, or some other external cause.
Installation problems
-
I bought a new server just for testing and tried to install Nodebb, but I always have problems installing in ssh.
New server with nothing installed and I get errors by following the instructions.
One is that apt-get install -y mongodb-org
Such a package does not exist.
The version is Ubuntu 18
Can anyone give me the correct instructions for installing nodebb on ubuntu 18 and nginx?
And one more question. I have another dedicated machine with 3 sites there - ubuntu 18 / mysql 8 / nginx and php
If I want to install nodebb there will be any conflict with other sites or between mongodb and mysql? -
What instructions are you following? Our docs should work: https://docs.nodebb.org/installing/os/ubuntu/
They point to the mongodb docs: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
-
@PitaJ said in Installation problems:
I follow https://docs.nodebb.org/installing/os/ubuntu/ but always i got errors.
-
@Orca what errors did you get? Have you tried the linked mongo installation doc?