Browse Source

Merge pull request #46 from lenboo/dev

update install document
pull/1/MERGE
bao liang 5 years ago committed by GitHub
parent
commit
4ba65c3232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/zh_CN/后端部署文档.md

2
docs/zh_CN/后端部署文档.md

@ -3,7 +3,7 @@
## 基础软件安装
* [Mysql](https://blog.csdn.net/u011886447/article/details/79796802) (5.5+) : 必装
* [Mysql](http://geek.analysys.cn/topic/124) (5.5+) : 必装
* [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (1.8+) : 必装
* [ZooKeeper](https://www.jianshu.com/p/de90172ea680)(3.4.6) :必装
* [Hadoop](https://blog.csdn.net/Evankaka/article/details/51612437)(2.6+) :选装, 如果需要使用到资源上传功能,MapReduce任务提交则需要配置Hadoop(上传的资源文件目前保存在Hdfs上)

Loading…
Cancel
Save