欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
JForum
来自开放百科 - 灰狐
(版本间的差异)
第10行: | 第10行: | ||
4. mv jforum /usr/local/tomcat/webapps | 4. mv jforum /usr/local/tomcat/webapps | ||
5. http://localhost:8080/jforum/ | 5. http://localhost:8080/jforum/ | ||
+ | |||
+ | 创建数据库 | ||
+ | mysqladmin -u root -p create jforum 或 | ||
+ | mysql>create database jforum; | ||
+ | mysql>GRANT ALL PRIVILEGES ON jforum.* TO jforum@localhost IDENTIFIED BY 'jforum'; | ||
+ | mysql>flush privileges; | ||
==精彩图集== | ==精彩图集== | ||
[[Image:jforum-topic_listing_b.jpg|thumb|left|Topic listing page, showing the first page of topics of some forum]] [[Image:jforum_reading_messages_b.jpg|thumb|left|Reading a topic]] [[Image:jforum_config_form_b.jpg|thumb|left|Board configuration options in the Administration Panel]] | [[Image:jforum-topic_listing_b.jpg|thumb|left|Topic listing page, showing the first page of topics of some forum]] [[Image:jforum_reading_messages_b.jpg|thumb|left|Reading a topic]] [[Image:jforum_config_form_b.jpg|thumb|left|Board configuration options in the Administration Panel]] |
2006年12月1日 (五) 20:06的版本
JForum is a powerful and robust discussion board system implemented in Java
安装指南
1. Downloading JForum from http://www.jforum.net/download.jsp 2. unzip *.zip 3. mv JForum-x.x.x to jform 4. mv jforum /usr/local/tomcat/webapps 5. http://localhost:8080/jforum/
创建数据库
mysqladmin -u root -p create jforum 或 mysql>create database jforum; mysql>GRANT ALL PRIVILEGES ON jforum.* TO jforum@localhost IDENTIFIED BY 'jforum'; mysql>flush privileges;
精彩图集
分享您的观点