You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna know from you guys how to improve the docs. I'm following the instructions to run mongodb, when I try to start the mongod service, I get an error:
vagrant@vagrant-ubuntu-trusty-64:~$ sudo systemctl start mongod
sudo: systemctl: command not found
I have to install systemd to solve this
$ sudo apt-get install systemd
After do this I was able to run the commands:
$ sudo service mongod start
$ sudo service mongod status
The text was updated successfully, but these errors were encountered:
I believe trusty is way too old. Even out of LTS, although I may be mistaken... you should use 16.04, and so there is no need to change the docs as they're optimized for 16.04
I wanna know from you guys how to improve the docs. I'm following the instructions to run mongodb, when I try to start the mongod service, I get an error:
vagrant@vagrant-ubuntu-trusty-64:~$ sudo systemctl start mongod
sudo: systemctl: command not found
I have to install systemd to solve this
$ sudo apt-get install systemd
After do this I was able to run the commands:
$ sudo service mongod start
$ sudo service mongod status
The text was updated successfully, but these errors were encountered: