MongoDB: Plugin: Difference between revisions
Jump to navigation
Jump to search
m
Reverted edits by Upazixorys (Talk); changed back to last version by BobS
Upazixorys (talk | contribs) No edit summary |
m (Reverted edits by Upazixorys (Talk); changed back to last version by BobS) |
||
Line 1: | Line 1: | ||
{{Nav MongoDB}} | {{Nav MongoDB}} | ||
'''''MongoDB''''' | '''''MongoDB''''' | ||
Line 31: | Line 23: | ||
== Run == | == Run == | ||
{| | {| | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Start Windows interface''''' | '''''Start Windows interface''''' | ||
Line 48: | Line 40: | ||
| | | | ||
[[Image:MongoDB_1_start.gif]] | [[Image:MongoDB_1_start.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Start Servers''''' | '''''Start Servers''''' | ||
Line 67: | Line 59: | ||
| | | | ||
[[Image:MongoDB_1_initial.gif]] | [[Image:MongoDB_1_initial.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''Button ''Start Mongo Client''''' | '''Button ''Start Mongo Client''''' | ||
Line 97: | Line 89: | ||
I assume you have started Windows interface and servers: | I assume you have started Windows interface and servers: | ||
* Start MongoDB - Double click on Start_MongoDB.exe | * Start MongoDB - Double click on Start_MongoDB.exe | ||
* Run Servers - Click | * Run Servers - Click "Start MongoDB and Apache" button | ||
{| | {| | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Run test script''''' | '''''Run test script''''' | ||
Line 109: | Line 101: | ||
| | | | ||
[[Image:MongoDB_1_test_script.gif]] | [[Image:MongoDB_1_test_script.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Run phpMoAdmin''''' | '''''Run phpMoAdmin''''' | ||
Click | Click "Run phpMoAdmin" button | ||
Test script creates a database with two entries; this allows you to explore phpMoAdmin features. | Test script creates a database with two entries; this allows you to explore phpMoAdmin features. | ||
Line 126: | Line 118: | ||
When you have finished playing you probably will want to clean up and start afresh. | When you have finished playing you probably will want to clean up and start afresh. | ||
# Close MongoDB – Click | # Close MongoDB – Click "Stop MongoDB and Apache" button | ||
# Navigate to folder: UniServer\usr\local\mongo\data\'''mongodb''' | # Navigate to folder: UniServer\usr\local\mongo\data\'''mongodb''' | ||
# Delete its contents. Removing all databases created, which effectively gives you a clean install. | # Delete its contents. Removing all databases created, which effectively gives you a clean install. | ||
Line 171: | Line 163: | ||
'''''Files'':''' | '''''Files'':''' | ||
<pre> | |||
Start_mongo.bat - Run MongoDB server hidden | Start_mongo.bat - Run MongoDB server hidden | ||
Stop_mongo.bat - Cleanly stop MongoDB server | Stop_mongo.bat - Cleanly stop MongoDB server | ||
Line 178: | Line 170: | ||
you to run MongoDB's command line tools | you to run MongoDB's command line tools | ||
uniserv.exe - Uniform Server utility. Runs a program in background. | uniserv.exe - Uniform Server utility. Runs a program in background. | ||
</pre> | |||
'''''Note'':''' | '''''Note'':''' |