linux-tutorial/codes/deploy/tool/mongodb/README.md
2018-02-27 10:31:35 +08:00

307 B

安装 mongodb

使用方法:

wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/mongodb/install-mongodb.sh
chmod -R 777 install-mongodb.sh
./install-mongodb.sh

脚本会下载解压 redis 到 /opt/software/mongodb 路径下。