README.md 2.8 KB
Newer Older
S
Sercan Özdemir 已提交
1 2
## Mongoclient, MongoDB Management Tool
Cross-platform, easy to use, MongoDB 3.4+ support and more features!
S
Sercan Özdemir 已提交
3

4 5 6 7 8
[![Build Status](https://travis-ci.org/mongoclient/mongoclient.svg?branch=master)](https://travis-ci.org/mongoclient/mongoclient)
[![Code Climate](https://codeclimate.com/github/mongoclient/mongoclient/badges/gpa.svg)](https://codeclimate.com/github/mongoclient/mongoclient)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6a75fc4e1d3f480f811b5339202400b5)](https://www.codacy.com/app/ozdemirsercan27/mongoclient?utm_source=github.com&utm_medium=referral&utm_content=mongoclient/mongoclient&utm_campaign=Badge_Grade)
[![GitHub release](https://img.shields.io/github/release/mongoclient/mongoclient.svg)](https://github.com/mongoclient/mongoclient)
[![Github All Releases](https://img.shields.io/github/downloads/mongoclient/mongoclient/total.svg)](https://github.com/mongoclient/mongoclient)
S
Sercan Özdemir 已提交
9
[![Docker Pulls](https://img.shields.io/docker/pulls/mongoclient/mongoclient.svg)](https://hub.docker.com/r/mongoclient/mongoclient/)
S
Sercan Özdemir 已提交
10
[![AGPLv3 License](https://img.shields.io/github/license/mongoclient/mongoclient.svg)](https://github.com/mongoclient/mongoclient/blob/master/LICENSE)
S
Sercan Özdemir 已提交
11

S
Sercan Özdemir 已提交
12
<img src="https://www.mongoclient.com/img/logo/mongoclient_logo_black.png">
R
readme  
rsercano 已提交
13 14

## Demo
S
Sercan Özdemir 已提交
15
[Try Demo Application](https://www.mongoclient.com:5000)
S
Sercan Özdemir 已提交
16

S
Sercan Özdemir 已提交
17 18
## Documentation
All documentation can be found in https://www.mongoclient.com/docs
S
Sercan Özdemir 已提交
19

S
Sercan Özdemir 已提交
20 21 22 23
## Docker

```docker pull mongoclient/mongoclient```

S
Sercan Özdemir 已提交
24
To install latest stable release:
S
Sercan Özdemir 已提交
25

S
Sercan Özdemir 已提交
26
```docker pull mongoclient/mongoclient:1.5.0```
S
Sercan Özdemir 已提交
27

S
typo  
Sercan 已提交
28
Then you can run it as a daemon:
S
Sercan Özdemir 已提交
29 30 31

```docker run -d -p 3000:3000 mongoclient/mongoclient```

S
Sercan Özdemir 已提交
32 33
To set an external mongodb which is required for meteor to work, you can set ```MONGO_URL``` environment variable. Otherwise mongoclient will install mongodb to container and use it.

S
Sercan Özdemir 已提交
34 35
To persist your connections and settings simply bind ```/data/db``` directory to your local machine as below.

S
Sercan Özdemir 已提交
36
```docker run -d -p 3000:3000 -v <your_path>:/data/db mongoclient/mongoclient```
S
Sercan Özdemir 已提交
37

Y
Yacloud Co.,Ltd 已提交
38

R
readme  
rsercano 已提交
39
## Distributions
Y
Yacloud Co.,Ltd 已提交
40

S
Sercan Özdemir 已提交
41 42 43 44
* [Linux x64](https://github.com/mongoclient/mongoclient/releases/download/1.5.0/linux-portable-x64.zip)
* [Windows x64](https://github.com/mongoclient/mongoclient/releases/download/1.5.0/windows-portable-x64.zip)
* [OSx](https://github.com/mongoclient/mongoclient/releases/download/1.5.0/osx-portable.zip)
* [Web Application](https://github.com/mongoclient/mongoclient/wiki#31-compile-from-source-browser-edition)
Y
Yacloud Co.,Ltd 已提交
45 46


R
rsercano 已提交
47
## History
48
Please check [history](https://github.com/mongoclient/mongoclient/blob/master/HISTORY.MD) file for version information.
S
Sercan Özdemir 已提交
49

S
Sercan Özdemir 已提交
50

S
Sercan Özdemir 已提交
51
## License
S
Sercan Özdemir 已提交
52
Mongoclient is licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License) for prior version 2.0.0, but for 2.0.0 and higher versions are licensed under [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html).