每次我想在终端上运行“mongo”时,如何跳过运行“mongod”?

问题描述 投票:0回答:1

每次我需要在终端上启动 mongo 时,我都必须在终端上输入

mongod
,然后创建终端的另一个实例,最后输入
mongo
来启动并运行它。

如何跳过跑步

mongod

P.S:我正在学习教程,我的老师在他的 mac 终端上输入了

brew services start mongo
,这样他就不需要一次又一次地输入
mongod
。 Linux 上有其他选择吗?顺便说一句,我正在使用 Manjaro (Arch Linux)

database mongodb archlinux
1个回答
0
投票

您可以尝试在系统启动时启动 mongodb 服务器。我不知道你的 arch linux 上的情况如何,但以下答案可能对你有用。 检查这里:https://askubuntu.com/questions/61503/how-to-start-mongodb-server-on-system-start

© www.soinside.com 2019 - 2024. All rights reserved.