Giter Site home page Giter Site logo

renmankang / mongobrowser Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 443 KB

Web-based MongoDB management tool

Home Page: http://renmankang.github.io/MongoBrowser

License: Apache License 2.0

JavaScript 66.02% CSS 23.89% HTML 10.09%
mongodb-management mongodb

mongobrowser's Introduction

MongoBrowser

=========

1. Introduction

MongoBrowser is a web-based MongoDB management tool.

2. Prerequisite

3. Installation

$ cd MongoBrowser
$ npm install
$ bower install
$ grunt build

4. Setting up

  • Change the port, hosts_file, logger filename path, and other settings.
$ cd MongoBrowser/conf
$ vi config.js
-----
	port: 5056,
	locales: ['en', 'ko'],
	cookie: {
		path : '/',
		httpOnly : true,
		maxAge: 1000 * 60 * 60 * 24
	},
	static: {
		maxAge: 1000 * 60 * 60 * 24
	},
	hosts_file: __dirname + '/../conf/hosts.json',
	connect_options: { // MongoDB connect options
		auto_reconnect: true,
		socketOptions: {connectTimeoutMS: 1000},
		poolSize: 1
	},
	logger: {
		access: {
			category: 'access',
			type: 'dateFile',
			filename: __dirname+'/../logs/mongobrowser-access.log',
			pattern: '-yyyy-MM-dd',
			level: 'DEBUG'
		},
		app: {
			category: 'app',
			type: 'dateFile',
			filename: __dirname+'/../logs/mongobrowser-app.log',
			pattern: '-yyyy-MM-dd',
			level: 'DEBUG'
		}
	}
-----

5. Running It

$ cd MongoBrowser
$ node ./bin/www
or
$ pm2 start app.json

6. Screenshot

Main page


7. Reference

mongobrowser's People

Contributors

byungwookang avatar renmankang avatar

Stargazers

 avatar

Watchers

 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.