Giter Site home page Giter Site logo

Comments (2)

banq avatar banq commented on May 18, 2024

需要配置Idea根据Maven编译项目,不能直接用Idea自己的编译器
或者直接从git新建项目:
image
导出后:
image

编译使用Maven编译:
image

如果要运行JiveJdon,使用Docker,需要预先安装Docker,需要能翻墙:
https://www.jdon.com/54526
然后在根目录下运行:
mvn package
docker build -t jivejdondb -f Dockerfile.db .
docker run -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 jivejdondb
docker build -t jivejdonweb -f Dockerfile.web .
docker run -p 8080:8080 jivejdonweb
浏览器访问 : http://$DOCKER_HOST_IP:8080
即可,一般时127.0.0.1:8080,根据你的Docker IP配置。

如果觉得上面麻烦,可按照doc/install.txt中手工一步一步安装。已经把丢失的doc/tomcat目录上传了

至于如何搞定idea和maven、Docker的配置,见这个帖子里面的百度网盘中视频教学和maven.ppt,跟着后面一步一步操作即可学会
https://www.jdon.com/54881

from jivejdon.

banq avatar banq commented on May 18, 2024

增加了包含tomcat和mysql的运行环境服务器打包下载:
链接:https://pan.baidu.com/s/15yqyo6GBx8OHmpoTpweQ3A
提取码:97j9

启动mySQL: mysql-5.6.15-winx64\bin\mysqld.exe
启动Tomcat: apache-tomcat-7.0.37\bin\debug.bat
浏览器: http://127.0.0.1:8080/
调试端口:8000
在Idea运行调试配置中增加一个tomcat服务器,调试端口配置为8000,就可以在 Idea中设置断点调试Jivejdon

from jivejdon.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.