This action will force synchronization from JPressProjects/jpress, 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.
一个使用 Java 开发的类似 WordPress 的产品,并在此基础上增加了电商的功能。
在 Docker 上运行
curl -O https://gitee.com/JPressProjects/jpress/raw/master/docker-compose.yml && docker-compose up -d
在 Linux 上一键安装
wget https://gitee.com/JPressProjects/jpress/raw/master/install.sh && bash install.sh
视频教程链接: https://pan.baidu.com/s/1ciA2DglE-JV-YiU3ojtmew 提取码: 37g5
通过 Eclipse 或者 Idea 等开发工具运行
mvn clean package
命令进行编译starter/src/main/java/io.jpress.Starter
下的 main()
方法http://127.0.0.1:8080
,进行自动安装Press下载、导入、运行视频教程,链接: https://pan.baidu.com/s/1bqbQ9_HjF95EW4qrQvOSag 提取码: 5jw8
可能遇到的问题:
1、执行
mvn clean
后,再次运行 JPress,JPress 会重新走安装流程。解决方案: jpress 在安装过程中,会在
starter/target/classes
目录下生成的jboot.properties
和install.lock
文件,我们需要把这两个文件复制到starter/src/main/resource
目录下。 因为,jpress 是否安装决定在这两个文件,当我们执行mvn clean
命令时,maven 会清除 target 下的所有文件,从而使 JPress 会再次走安装流程。
Sign in for post a comment
Comments ( 0 )