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

S
Sercan Özdemir 已提交
4
[![Build Status](https://travis-ci.org/nosqlclient/nosqlclient.svg?branch=master)](https://travis-ci.org/nosqlclient/nosqlclient)
R
rsercano 已提交
5
[![Code Climate](https://codeclimate.com/github/nosqlclient/nosqlclient/badges/gpa.svg)](https://codeclimate.com/github/mongoclient/mongoclient)
6
[![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)
R
rsercano 已提交
7 8
[![GitHub release](https://img.shields.io/github/release/nosqlclient/nosqlclient.svg)](https://github.com/nosqlclient/nosqlclient)
[![Github All Releases](https://img.shields.io/github/downloads/nosqlclient/nosqlclient/total.svg)](https://github.com/nosqlclient/nosqlclient)
S
Sercan Özdemir 已提交
9
[![Docker Pulls](https://img.shields.io/docker/pulls/mongoclient/mongoclient.svg)](https://hub.docker.com/r/mongoclient/mongoclient/)
R
rsercano 已提交
10
[![AGPLv3 License](https://img.shields.io/github/license/nosqlclient/nosqlclient.svg)](https://github.com/nosqlclient/nosqlclient/blob/master/LICENSE)
S
Sercan Özdemir 已提交
11

R
rsercano 已提交
12
![Nosqlclient](https://www.nosqlclient.com/img/logo/mongoclient_logo_black_half_size.png)
R
readme  
rsercano 已提交
13 14

## Demo
R
rsercano 已提交
15
[Try Demo Application](https://www.nosqlclient.com/demo)
S
Sercan Özdemir 已提交
16

S
Sercan Özdemir 已提交
17
## Documentation
R
rsercano 已提交
18
All documentation can be found in https://www.nosqlclient.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:2.1.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```

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

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

R
rsercano 已提交
41 42 43 44
* [Linux x64](https://github.com/nosqlclient/nosqlclient/releases/download/2.1.0/linux-portable-x64.zip)
* [Windows x64](https://github.com/nosqlclient/nosqlclient/releases/download/2.1.0/windows-portable-x64.zip)
* [OSx](https://github.com/nosqlclient/nosqlclient/releases/download/2.1.0/osx-portable.zip)
* [More](https://nosqlclient.com/docs/start.html)
Y
Yacloud Co.,Ltd 已提交
45 46


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

S
Sercan Özdemir 已提交
50

S
Sercan Özdemir 已提交
51
## License
R
rsercano 已提交
52
Nosqlclient 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).