Skip to content

add glossary entry: standalone #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -851,3 +851,7 @@ Glossary
:term:`query`, that can be iterated through to retrieve
results. By default, cursors will timeout after 10 minutes of
inactivity.

standalone
In MongoDB, a standalone is an instance of :program:`mongod` that
is running as a single server and not as part of a replica set.
2 changes: 1 addition & 1 deletion source/tutorial/convert-standalone-to-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ administration </replication>`, see:
Procedure
---------

These procedures assume you have a standalone instance of MongoDB
These procedures assume you have a :term:`standalone` instance of MongoDB
installed. If you have not already installed MongoDB, see the
:ref:`installation tutorials <tutorials-installation>`.

Expand Down