<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/index.php?action=history&amp;feed=atom&amp;title=MongoDB</id>
	<title>MongoDB - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/index.php?action=history&amp;feed=atom&amp;title=MongoDB"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=MongoDB&amp;action=history"/>
	<updated>2026-05-09T14:51:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=MongoDB&amp;diff=9923&amp;oldid=prev</id>
		<title>Jwhiteis: Created page with &quot;==Installation== This page outlines the steps required to install MongoDB on a supported workstation.  We are no longer supporting MongoDB due to changes in their licensing a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=MongoDB&amp;diff=9923&amp;oldid=prev"/>
		<updated>2021-08-02T15:05:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Installation== This page outlines the steps required to install MongoDB on a supported workstation.  We are no longer supporting MongoDB due to changes in their licensing a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Installation==&lt;br /&gt;
This page outlines the steps required to install MongoDB on a supported workstation.&lt;br /&gt;
&lt;br /&gt;
We are no longer supporting MongoDB due to changes in their licensing a few years ago, but you can install MongoDB as a tarball using the following links:&lt;br /&gt;
* https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat-tarball/&lt;br /&gt;
* https://docs.mongodb.com/manual/administration/configuration/#std-label-base-config&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
# Download the right Community Server file from the [https://www.mongodb.com/try/download/community MongoDB Community download page] and place it in a directory you own. For most people this file will be:&lt;br /&gt;
#* Version: Current&lt;br /&gt;
#* Platform: RedHat / CentOS 7.0&lt;br /&gt;
#* Package: tgz&lt;br /&gt;
# You will need to create a custom mongod.conf configuration file, using the second link above as a guide. The important thing is to set a custom path for &amp;lt;code&amp;gt;systemPath&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dbPath&amp;lt;/code&amp;gt;. These must be directories that you own. Other than that, they can be anything you choose.&lt;br /&gt;
# Start the mongo server: &amp;quot;/path/to/bin/mongod --config /path/to/mongod.conf&amp;quot;. Since you are using a custom .conf file you will need to specify this when starting/stopping the server.&lt;br /&gt;
# Start the mongo client: &amp;quot;/path/to/bin/mongo&amp;quot;.&lt;br /&gt;
# Once you are done, you can stop the server with &amp;quot;/path/to/bin/mongod --config /path/to/mongod.conf --shutdown&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Jwhiteis</name></author>
	</entry>
</feed>