Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 579 Bytes

quick_start.md

File metadata and controls

56 lines (37 loc) · 579 Bytes

快速开始

目录

  • 准备
  • 下载
  • 编译
  • 运行
  • 停止
  • 重启

准备

  • 安装 Java 环境
  • 安装 maven 编译环境

安装Java环境

进入网址 https://www.java.com ,通过网站引导即可进行安装。

安装 maven 编译环境

参考 Maven 官方文档:http://maven.apache.org/

下载

git clone https://gitee.com/fuhai/jpress.git

编译

cd jpress
mvn clean install

运行

cd starter/target/starter-2.0
./jpress.sh start

停止

./jpress stop

重启

./jpress restart