# server_deploy_install_document **Repository Path**: quzengpeng/server_deploy_install_document ## Basic Information - **Project Name**: server_deploy_install_document - **Description**: 虚拟机、服务器安装文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-07-16 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微服务云平台介绍 ## 1.微服务 云平台框架基于Spring Cloud搭建,以Spring Cloud Edgware为基础搭建初版云平台。 Spring Cloud官方版本Edgware为1.X基于Spring Boot 1.x,Finchley为2.X基于Spring Boot 2.X。 详见:[Spring Cloud Edgware](https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Edgware-Release-Notes),[Spring Cloud Finchley](https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Finchley-Release-Notes) ## 2.微服务框架 + 微服务基础公共jar + 微服务样例工程 ## 3.微服务云平台技术栈 ### 操作系统 + linux centos7 + windows windows server2012 ### 语言 + java Java8、java11 + python + javascript ES5 ES6 + html5 + css3 ### 后端应用技术 + spring cloud Edgware SR2 1.3.8 + spring boot 1.5.10 + spring 4.3.14.RELEASE + spring mvc 4.3.14 + spring-security 4.2.4 + spring data jpa 1.11.10.RELEASE + spring data common 1.13.10.RELEASE + hibernate 5.0.12 ### 前端应用技术 #### 前后端分离应用前端技术 + vue 2.5.10 + element ui 2.4.9 #### 非前后端分离应用前端技术 + ace admin 1.4 + jquery 2.2.1或1.12.1 + bootstrap 3.3.6 + ztree 3.5.17 + jqGrid 5.0.2 + handlerbar 4.0.5 ### 数据存储 #### 关系数据库 + oracle 11 + sqlserver 2008 2012 + mysql 5.7.x + postgresql 9.1.24 #### 非关系数据库 + redis 4.0.12 #### 文件存储 + 文件系统 + ftp vsftp 3.0.2 + mysql 5.7.x + fastdfs ## 4.文档使用说明 本文档按gitbook的规范编写的md文档。 ``` node -v v8.11.4 npm -v 5.6.0 #安装gitbook npm install -g gitbook-cli gitbook --version CLI version: 2.3.2 GitBook version: 3.2.3 #初始化一个gitbook目录,生成README.md、SUMMARY.md gitbook init #安装gitbook所需插件 gitbook install #浏览器查看书籍效果 gitbook serve #查看书籍效果 http://localhost:4000 #生成pdf版文档 #需先安装calibre-ebook,下载地址https://calibre-ebook.com/download_windows64 ebook-convert --version ebook-convert.exe (calibre 3.39.1) Created by: Kovid Goyal gitbook pdf ``` 参考 GitBook简明教程:http://www.chengweiyang.cn/gitbook/index.html GitBook使用教程:https://blog.csdn.net/axi295309066/article/details/61420694/