Code Monkey home page Code Monkey logo

umongo's Introduction

UMONGO, the MongoDB GUI

UMONGO, the MongoDB GUI

About

This version of UMongo is provided as free software by EdgyTech LLC. UMongo is open source, and sources can be seen at https://github.com/agirbal/umongo . The libraries used by UMongo either have an open source license, or are proprietary and owned by EdgyTech LLC.

Download

All binaries are available from: http://www.edgytech.com/umongo

Install and Run

Windows

Steps:

  • place archive file where is preferred (for example, in your downloads folder)
  • extract the archive (right-click “Extract All”)
  • open the extracted folder and double-click umongo (type Application)

Linux

Steps:

  • place archive file where is preferred (for example, in your downloads folder)
  • extract the archive (right-click “Extract Here”)
  • open the extracted folder and double-click launch-umongo.sh, or execute launch-umongo.sh in a terminal

Mac OSX

If your Mac tells you that the application is damaged, go to "system preferences / security and privacy / General" and make sure that "allow applications downloaded from" is set to "anywhere".

Steps:

  • place archive file where is preferred and extract it (for example, in your downloads folder)
  • extract the archive (double-click the file)
  • open the extracted folder and double-click umongo.app

Command line

On any platform you can run UMongo from the command line. Open a terminal and go to UMongo's directory in which umongo.jar is present and run:

> java -jar umongo.jar

Using a Proxy

Often times your client machine cannot directly connect to the MongoDB hosts. One easy trick is to use a SOCKS proxy based on SSH tunnel to connect transparently:

> ssh -D 9000 -i key.pem hostThatCanConnectToDB -N

Then make sure you select a SOCKS proxy of "localhost:9000" in the connection settings.

Building UMongo

To compile:

  • go to the base directory and run:

    > ant jar
    

To package the application:

  • go to the package folder and run:

    > ./package.sh
    

To set the version:

  • change the version number in manifest.mf prior to compile / package

Copyright (C) 2010 EdgyTech LLC.

umongo's People

Contributors

agirbal avatar usrlocalben avatar dmalin avatar fedosov avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.