MongoDB: Standalone: Difference between revisions

Punctuation and grammatical changes; some clarification.
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
== Download and Install ==
== Download and Install ==
=== Options 1 ===
=== Options 1 ===
# Download file '''''mongo_standalone_v1_0.exe''''' from Sourceforge. For download details see [[MongoDB: Introduction | '''MongoDB Introduction (Main Start page)''']]
# Download file '''''mongo_standalone_v1_0.exe''''' from Sourceforge.  
# Save to any folder (no spaces in path)
# Save to any folder (no spaces in path)
# To extract files, double click on file mongo_standalone_v1_0.exe, no need to change the path.
# To extract files, double click on file mongo_standalone_v1_0.exe, no need to change the path.
Line 17: Line 17:


=== Options 2 ===
=== Options 2 ===
# Download file '''''mongo_standalone_v1_0..zip''''' from Sourceforge For download details see [[MongoDB: Introduction | '''MongoDB Introduction (Main Start page)''']]
# Download file '''''mongo_standalone_v1_0..zip''''' from Sourceforge.
# Save to any folder (no spaces in path)
# Save to any folder (no spaces in path)
# Extract files, navigate to folder mongo_standalone_v1_0
# Extract files, navigate to folder mongo_standalone_v1_0
# Navigate to folder mongodb_1.
# Navigate to folder mongodb_1.
# Double click Run_MongoDB.exe opens control menu  
# Double click Run_MongoDB.exe opens control menu  
For download details see [[MongoDB: Introduction | '''MongoDB Introduction (Main Start page)''']]


== Run ==
== Run ==
Line 48: Line 51:
Start server click '''Start MongoDB''' button.
Start server click '''Start MongoDB''' button.


'''''Note'':''' With the server running greyed out button is enabled.
'''''Note'':''' With the server running, greyed out button is enabled.


'''''Stop Server'''''
'''''Stop Server'''''
Line 75: Line 78:
|}
|}


'''''Note 1'':''' When challenged by your firewall always grant Internet access.
'''''Note 1'':''' When challenged by your firewall, always grant Internet access.


'''''Note 2'':''' This server runs as a standard program and not as a service.
'''''Note 2'':''' This server runs as a standard program and not as a service.
It is for development '''only'''! Do not use for a production server!
It is for development '''only'''! Do not use for a production server!
<pre>
<pre>
Line 86: Line 88:
  access databases TCP ports."
  access databases TCP ports."
</pre>
</pre>
For a production server, use either of these:
For a production server, use either of these instead:
* [[MongoDB: Production Standalone | Production Standalone]]
* [[MongoDB: Production Standalone | Production Standalone]]
* [[MongoDB: Production Plugin | Production Plugin]]
* [[MongoDB: Production Plugin | Production Plugin]]