<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "JForum 2.3.0 Released"]]></title>
		<link>https://community.jforum.net/posts/list/1.page</link>
		<description><![CDATA[Latest messages posted in the topic "JForum 2.3.0 Released"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>JForum 2.3.0 Released</title>
				<description><![CDATA[ Hi everyone,
<br>
We are pleased to announce the release of JForum 2.3.0. The new release is the first version of JForum built using Apache Maven as the project management tool.
<br>
There are many jar files been updated to the latest version from the maven repository. And we have modified some previous version's bugs during the test.
<br>
You can download the latest war file from the following URL, then upload it to your Tomcat's webapps directory:
<br>
http://code.google.com/p/jforum2/downloads/list
<br>
<br>
:idea: Installation Hint
<br>
For Linux user, you need to change the unpacked directory's group to tomcat
<br>
[code=plain]
<br>
cd /path/to/jforum
<br>
chgrp -R tomcat .[/code]
<br>
and modify the following file permissions:
<br>
[code=plain]
<br>
chmod 775 images/avatar
<br>
chmod 775 images/smilies
<br>
chmod 664 images/smilies/*.gif
<br>
chmod 775 tmp
<br>
chmod 775 upload
<br>
chmod 775 WEB-INF
<br>
chmod 775 WEB-INF/config
<br>
chmod 664 WEB-INF/config/modulesMapping.properties
<br>
chmod 664 WEB-INF/config/database/*/*.properties[/code]
<br>
<br>
If you have JForum updated from some previous version, do the following commands to change the directories and files' permission generated by tomcat
<br>
[code=plain]
<br>
chown tomcat WEB-INF/config/jforum-custom.conf
<br>
chown -R tomcat images/avatar/*
<br>
chown -R tomcat upload/*
<br>
chown -R tomcat WEB-INF/jforumLuceneIndex
<br>
rm -rf WEB-INF/jforumLuceneIndex/*
<br>
[/code]
<br>
<br>
Note: You can regenerate Lucene Index in the Admin Control Panel.
<br>
<br>
Create a database for jforum
<br>
:arrow: MySQL:
<br>
<br>
mysql -u root -p
<br>
[code=sql]
<br>
CREATE DATABASE jforum DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
<br>
GRANT ALL PRIVILEGES ON *.* TO jforum@localhost IDENTIFIED BY 'jforum' WITH GRANT OPTION;
<br>
flush privileges; [/code]
<br>
<br>
:arrow: PostgreSQL:
<br>
as postgres user:
<br>
[code=sql]psql -c "create user jforum createdb;" template1
<br>
psql -c "create database jforum with encoding 'unicode';" -U jforum template1
<br>
psql -c "alter user jforum nocreatedb;" template1
<br>
psql -c "alter user jforum with encrypted password 'jforum';" template1 [/code]
<br>
<br>
Note: If you upgrade from JForum 2.1.8 then you should run the database scheme upgrade script:
<br>
http://code.google.com/p/jforum2/source/browse/#svn%2Ftrunk%2Fupgrade%2F2.2.0]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/2/2.page</guid>
				<link>https://community.jforum.net/posts/preList/2/2.page</link>
				<pubDate><![CDATA[Thu, 30 Jun 2011 12:06:05]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>