|
简介:About
====================
Terac Board is an open source, powerful, easy to use and fully customizable
bulletin board system written in Java.
License
====================
Terac Board is licensed under the Mozilla Public Licence, Version 1.1(http://www.opensource.org/licenses/mozilla1.1.php).
Key Features
====================
Supports popular servers, tomcat,resin,weblogic,websphere...
Supports popular databases, mysql, oracle...
Speed-optimized database design
Unlimited forums and posts
Multiple language support
Easy Customization
And much more...
System Requirement
====================
1.Java 1.4.X SDK
2.Tomcat 5.0.X
3.MySQL 4.0.X
Installation
====================
1.Unpack the downloaded ZIP file, then copy the "tb" directory into your Servlet Container's web application deployment directory.
2.Create database and table.
c:\mysql\bin\mysql -u root -p
mysql> CREATE DATABASE tb;
mysql> GRANT ALL PRIVILEGES ON tb.* TO tb_user@localhost IDENTIFIED BY "tb_password";
mysql> use tb;
mysql> source tb_mysql.sql;
mysql> quit
3.Start your Servlet Container, then open your web browser, URL is probably http://localhost:8080/tb.
Donation
====================
We aren't averse to accepting donations.To make a donation, please
contact us.
Contact
====================
If you have any questions or queries about the software, please email
to: nscdl@yahoo.com or goto http://www.terac.com. 本文转自俺要下载
www.ayxz.com
|