<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "OLAT 6.0.4->6.0.6升級筆記"]]></title>
		<link>https://forum.andowson.com/posts/list/14.page</link>
		<description><![CDATA[Latest messages posted in the topic "OLAT 6.0.4->6.0.6升級筆記"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>OLAT 6.0.4-&gt;6.0.6升級筆記</title>
				<description><![CDATA[ 這個週末花了兩天終於把現有的OLAT由6.0.4升級至6.0.6, 步驟如下: 
<br>
[code]cd ~/download 
<br>
mv olat3 olat-6.0.4 
<br>
wget http://www.olat.org/downloads/stable/OLAT-6.0.6.zip 
<br>
unzip OLAT-6.0.6.zip 
<br>
mv OLAT-6.0.6-PUBLIC-* olat3 
<br>
cd olat3 
<br>
sed -e "s/\/usr\/local\/opt\/olat\/olat3/\/home\/andowson\/download\/olat3/g" \ 
<br>
-e "s/\/usr\/local\/opt\/olat\/olatdata/\/home\/andowson\/www\/data\/olatdata/g" \ 
<br>
-e "1,$$s/myolat/andowson/g" \ 
<br>
-e "s/smtp.host=smtp.andowson.com/smtp.host=mail.andowson.com/" \ 
<br>
-e "s/\/usr\/local\/opt\/tomcat/\/var\/tomcat5/g" \ 
<br>
-e "1,$$s/net.sf.hibernate/org.hibernate/g" \ 
<br>
-e "48c\server.modjk.enabled=true" \ 
<br>
-e "57c\defaultcharset=UTF-8" \ 
<br>
-e "95,117d" \ 
<br>
-e "1,$$s/#db/db/g" \ 
<br>
-e "s/instantMessaging.enable=false/instantMessaging.enable=true/" \ 
<br>
-e "s/instantMessaging.server.name=jabber.andowson.com/instantMessaging.server.name=www.andowson.com/" \ 
<br>
-e "s/instantMessaging.generateTestUsers=false/instantMessaging.generateTestUsers=true/" \ 
<br>
-e "s/instantMessaging.db.name=wildfire/instantMessaging.db.name=openfire/" \ 
<br>
-e "s/instantMessaging.db.user=wildfire/instantMessaging.db.user=olat/" \ 
<br>
-e "s/instantMessaging.db.pass=wildfire/instantMessaging.db.pass=olat/" \ 
<br>
-e "s/cluster.catalinaport=8005/cluster.catalinaport=8105/" \ 
<br>
-e "s/cluster.ajpport = 8009/cluster.ajpport = 8109/" build.properties.default &gt; build.properties 
<br>
ant install 
<br>
ant jsmath 
<br>
sudo /etc/init.d/tomcat stop 
<br>
mv ~/www/olat /tmp/olat-6.0.4 
<br>
cp -rf ~/download/olat3/webapp ~/www/olat 
<br>
cp -rf ~/download/olat3/htdocs/* ~/www/olat 
<br>
sed -i -e "13c\ &lt;\!-- default session timeout --&gt;" ~/www/olat/WEB-INF/web.xml 
<br>
rm -rf ~/www/olat/WEB-INF/src 
<br>
rm -rf ~/www/olat/WEB-INF/patchesSrc 
<br>
rm -rf ~/www/olat/WEB-INF/test 
<br>
cp /tmp/olat-6.0.4/WEB-INF/classes/hibernate.properties ~/www/olat/WEB-INF/classes/. 
<br>
chgrp -R tomcat ~/www/olat 
<br>
chgrp -R tomcat ~/www/data/olatdata 
<br>
chmod 775 ~/www/olat/static 
<br>
chmod 775 ~/www/olat/WEB-INF 
<br>
sudo -u postgres pg_dump olat &gt; /tmp/olat.bak 
<br>
sudo /etc/init.d/tomcat start[/code]]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/284/513.page</guid>
				<link>https://forum.andowson.com/posts/preList/284/513.page</link>
				<pubDate><![CDATA[Sat, 22 Nov 2008 19:20:21]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>回覆:OLAT 6.0.4-&gt;6.0.6升級筆記</title>
				<description><![CDATA[ 請問您這個版本的olat對於語言的支援,是否完備? 
<br>
也就是如果我在後台新增課程,能夠以完整的中文呈現嗎? 
<br>
<br>
謝謝.]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/284/588.page</guid>
				<link>https://forum.andowson.com/posts/preList/284/588.page</link>
				<pubDate><![CDATA[Tue, 21 Apr 2009 13:12:49]]> GMT</pubDate>
				<author><![CDATA[ agogokid]]></author>
			</item>
			<item>
				<title>回覆:OLAT 6.0.4-&gt;6.0.6升級筆記</title>
				<description><![CDATA[ OLAT是用Java語言開發的LMS，支援UTF-8編碼，因此您可以輸入中文課程名稱，並能正常顯示。需要注意的是，教材內容如果有中文字元需要用UTF-8編碼才能正常顯示。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/284/589.page</guid>
				<link>https://forum.andowson.com/posts/preList/284/589.page</link>
				<pubDate><![CDATA[Wed, 22 Apr 2009 13:17:04]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>