Fetch the repository succeeded.
This action will force synchronization from boleixiongdi/flyray-base, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
#flyray-base部署文档
[TOC]
jdk版本:要求java8
内存:最小内存为4G,建议内存在8G以上
磁盘:200G
在本机安装jdk并配置成环境变量
安装3.4版本或以上zookeeper
安装tomcat8
wget -c http://apache.fayea.com/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
tar -zxvf apache-maven-3.3.9
在/etc/profile中添加以下几行配置信息:
export MAVEN_HOME=/opt/json/jenkins-maven/apache-maven-3.3.9
export PATH=${PATH}:${MAVEN_HOME}/bin
执行source /etc/profile使环境变量生效
用mvn -v检查maven是否安装成功
http://www.cnblogs.com/yzadd/p/6547668.html
安装开发工具eclipse
安装git工具
####命令如下 git clone https://gitee.com/boleixiongdi/flyray.git
Sign in for post a comment
Comment ( 0 )