Fixed mongodb package name for Debian
Use mongodb-server instead of mongodb which is a meta-package that will install the unneeded mongodb-dev package. Change-Id: I36bdf734a07c57b637860ec6002ea2c284e415a5
This commit is contained in:
parent
6adcdfc232
commit
967f478990
@ -38,7 +38,7 @@
|
||||
node:</para>
|
||||
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install mongodb-server mongodb</userinput></screen>
|
||||
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>zypper install mongodb</userinput></screen>
|
||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install mongodb</userinput></screen>
|
||||
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install mongodb-server</userinput></screen>
|
||||
<note>
|
||||
<para>
|
||||
By default MongoDB is configured to create several 1 GB files
|
||||
|
Loading…
Reference in New Issue
Block a user