liferaytry liferay (http://liferay.com). it's java-based CMS. MIT license.
documentation (http://www.liferay.com/web/guest/community/documentation/5_2) has a book.
follow quick installation instrustions.
hardware requirements is 1GB of RAM. the machine i'm installing has 4GB. so, it's ok.
listed as prerequisites:
java 5 or later -- yes, i have. let me check... i have sun-java5-jdk installed on Ubuntu 9.10.
download liferay-portal-tomcat-6.0-5.2.3.zip at http://www.liferay.com/web/guest/downloads/portal.
there are other bundles, but this one is recommended. it's got 135MB.
unzipping creates a directory liferay-portal-5.2.3. move it to /var/www/. rename it as liferay.
> cd /var/www/liferay/tomcat-6.0.18/bin > ./startup.sh Using CATALINA_BASE: /var/www/liferay/tomcat-6.0.http://blogs.sun.com/koma/entry/liferay_5_218 Using CATALINA_HOME: /var/www/liferay/tomcat-6.0.18 Using CATALINA_TMPDIR: /var/www/liferay/tomcat-6.0.18/temp Using JRE_HOME: /usr
voila! it automatically opened a browser here, showing "Welcome to Liferay".
gee, it's so eeeaasy!
login as an administrator bruno@7cogs.com. try to edit the front page. wysiwig editor is nice.
to change the language into Japanese, following the instructions here.
Menu(uppper right of the screen) -> Add Applications -> Tools -> Language, then click an icon for Japanese. tha's it! nice
trying to figure out how to translate it. this page for translation. turns out the properties file is stored in portal-impl.jar at /var/www/liferay/tomcat-6.0.18/webapps/ROOT/WEB-INF/lib. see
> cd /var/www/liferay/tomcat-6.0.18/webapps/ROOT/WEB-INF/lib > jar tf portal-impl.jar | grep Lanuage_ja content/Language_ja.properties content/Language_ja.properties.native
As commented here, use jar xf and jar cf. and use > jar -xvf Languate_ja.properties.native to extract, > jar -cvf Laguate_ja.properties.native to renew the lanuage file.
in the source code liferay-portal-src-5.2.3.zip at http://sourceforge.net/projects/lportal/files, Language_ja.properties.native is in portal-impl/src/content.
References
icon is the article's permalink.