https://github.com/uk0/mongo-install
shell mongo auto install
https://github.com/uk0/mongo-install
Last synced: 3 months ago
JSON representation
shell mongo auto install
- Host: GitHub
- URL: https://github.com/uk0/mongo-install
- Owner: uk0
- Created: 2019-01-02T06:25:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T02:41:27.000Z (about 5 years ago)
- Last Synced: 2025-02-24T16:14:31.620Z (3 months ago)
- Language: Shell
- Size: 91.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mongo 安装脚本
* 例如5台机器 详情参考`shard_auto.sh`

## 前提
* 需要`互信`
* 检查`/etc/hosts` 内部是否包含`mongo_host$`
* 例子```bash
# IP地址 第一个别名 第二个别名
45.32.62.29 mongo_host3 host3
45.32.62.19 mongo_host1 host1
45.32.62.20 mongo_host2 host2
```## 问题
* `bin/`内的文件在 `https://zmatsh.b0.upaiyun.com/mongo_tar/mongodb.tar.gz`
## 感谢兽兽提供脚本