jforum forum configuration (linux)-self-built test objects

Jforum configuration installation

1. First configure jdk and Tomcat, see https://blog.csdn.net/Mwyldnje2003/article/details/105545471 ;
2. Install Mysql, see https://blog.csdn.net/Mwyldnje2003/article/details/104667494
Note:

  • If you are a separate database server, you can install mysql on the database server
  • The Alibaba Cloud database server I use, the machine uses Navicat to connect

3. Download jforum, download address: http://jforum.net/download.jsp I don’t know why the official website can’t be opened, you can download it on Baidu search, or: https://svwh.dl.sourceforge.net/project/jforum2/ jforum-2.7.0.war
4. Rename the downloaded war package to jforum and put it in the webapps directory of tomcat,
cp /home/software/jforum.war /home/Tomcat/apache-tomcat-9.0.34 /webapps/
5. Create a database

  • Command creation: CREATE DATABASE JForum D

Guess you like

Origin blog.csdn.net/Mwyldnje2003/article/details/107019166