Install & configure JForum

http://jforum.net/install_no_wizard.jsp
cd ~/temp
wget http://jforum.net/jforum-2.1.9.zip
unzip jforum-2.1.9.zip
/ffp/opt/apache-tomcat-7.0.54/conf/context.xml:
    
cd /ffp/opt/apache-tomcat-7.0.54/webapps/
rm -r jforum
mkdir jforum & cp -r ~/temp/jforum-2.1.9/* jforum
mysql -p
#DROP DATABASE jforum;
CREATE DATABASE jforum CHARACTER SET utf8;
GRANT ALL ON jforum.* TO 'jforum'@'%' IDENTIFIED BY 'jforum' WITH GRANT OPTION;
FLUSH PRIVILEGES;
exit;
http://nsa310:8080/jforum/install.jsp
Datasource: java:comp/env/jforum
cd /ffp/opt/apache-tomcat-7.0.54/webapps/jforum
find -name *.sql -type f -exec sed -i 's/TYPE=InnoDB/ENGINE=InnoDB/gi' {} \;
Forum URL:      /jforum/
Website URL:    /jforum/

One thought on “Install & configure JForum”

  1. hm, I’m sorry for that, I don’t know what to say, it’s looking fine for me.
    Could you please post here the resolution of you display? would help me to check for problems,

    thanks

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.