Installation problem on Ubuntu (Need Help)
-
Mongo seems to be not installed.
Here a good topic for install last mongodb version for Ubuntu 22.04 LTS
https://www.fosstechnix.com/how-to-install-mongodb-on-ubuntu-22-04-lts/
And the official topic I have used (work good) :
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/
-
@DownPW Thanks a lot ! Now i got a problem here :
nodebb> quit() ubuntu@vps-48fdfea9:~$ /etc/mongod.conf -bash: /etc/mongod.conf: Permission denied ubuntu@vps-48fdfea9:~$
When i want to follow instructions here : Enable database authorization in the MongoDB configuration file /etc/mongod.conf by appending the following lines:
security:
authorization: enabled -
I finally achieved this installation........
I got this, all is working on ubuntu but :Isn't working, and this one too... http://www.faefarmfrance.fr:4567/
-
@julian Ok it's working ok i got this
http://faefarmfrance.fr:4567/But i don't understand this step :
The following demonstrates a typical series of commands when creating a new nginx config:
cd /etc/nginx/sites-available sudo nano forum.example.com # config entered into file and saved cd ../sites-enabled sudo ln -s ../sites-available/forum.example.com
Someone can help me ?
-
@Hope33 said in Installation problem on Ubuntu (Need Help):
Someone can help me ?
Yes. Check your DM
-
Use sudo
sudo nano /etc/nginx/xxxxxx