| 
  
   Size: 474 
  
  Comment:  
 | 
    ← Revision 3 as of 2013-06-26 21:25:26  ⇥ 
  Size: 464 
  
  Comment:  
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 18: | Line 18: | 
......  | 
Robomongo
Robomongo — is a shell-centric cross-platform open source MongoDB management tool.
Site http://www.robomongo.org/.
Get project from github, version 0.7.0 and build it:
- mkdir gitRobomongo
 - cd gitRobomongo
 git clone https://github.com/paralect/robomongo
- cd robomongo
 - git tag -l
 - git checkout 0.7.0
 - cd build
 - chmod u+x build.sh
 - ./build.sh
 - cd ../target/debug/app/out
 - ./run.sh #run robomongo
 
