| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Portlets | 2010-05-26 | ||
| Liferay JBOSS to CCRT | 2009-06-25 | ||
| PCM Server | 2009-01-29 | ||
| CopperCore | 2008-01-24 | ||
| PCM Client | 2008-01-22 | ||
| tencompetence_final.zip | 2009-12-23 | 29.8 MB | |
| tencompetence_final_README.txt | 2009-12-23 | 2.6 kB | |
| tencompetence_loire_README.txt | 2009-11-04 | 2.6 kB | |
| tencompetence_loire.zip | 2009-11-03 | 40.3 MB | |
| tencompetence_khoper_README.txt | 2009-10-30 | 2.6 kB | |
| tencompetence_khoper.zip | 2009-10-28 | 19.8 MB | |
| Totals: 11 Items | 89.9 MB | 0 |
To install the final release of TENCompetence, take the following
steps:
1. Download & install Liferay. The current version of the
TENCompetence tools were developed on Liferay Portal 5.2.3 Bundled
with Tomcat 6.0
2. Make sure Liferay uses a Java 1.6 version, because the
TENCompetence software needs it. For a Tomcat installation on
Windows, Liferay uses the following approach to find a Java
version:
a) If JAVA_HOME is set, Liferay will use that version and
b) if JAVA_HOME is not set, Liferay will set it to the
/tomcat-6.0.18/jre1.5.0_17/win folder of your Liferay
installation via the setenv.bat file.
Adapt JAVA_HOME or setenv.bat when Liferay doesn't use a Java 1.6
version yet.
3. Download tencompetence_final.zip.
4. Check the correctness of the .war files in tencompetence_khoper.zip
using their MD5 values. The .zip file supplies the MD5 values as
separate files.
5. Copy the .war files to the hot deploy folder of Liferay (the
default is the /deploy folder of your Liferay installation).
6. By default, Liferay uses an HSQL database, which is only
recommended for demo and development purposes. To use another
database, create a file portal-ext.properties in your Liferay root
folder. To use a MySQL instance "myDatabaseName", via a user named
"myUserName" and password "myUserPassword":
a) Set the following text in your portal-ext.properties file:
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/myDatabaseName?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=myUserName
jdbc.default.password=myUserPassword
com.liferay.portal.servlet.filters.gzip.GZipFilter=false
com.liferay.portal.servlet.filters.header.HeaderFilter=true
axis.servlet.hosts.allowed=127.0.0.1
axis.servlet.https.required=false
and
b) create a MySQL database instance with name "myDatabaseName",
which is accessible by user "myUserName". "myUserName" needs
rights to drop tables, create tables, retrieve data, insert
rows, etc on the "myDatabaseName" database.
8. Start Liferay
9. In Liferay, select a theme. Example: Manage Pages => Look and Feel
=> Select the TENCompetence default theme from the available
themes.
10. In Liferay, change the logo. Example: Control Panel => Settings =>
Display Settings => Change logo. Select the company_logo.png file
(the TENCompetence logo) from the
/tomcat-6.0.18/webapps/org.tencompetence.default-theme/images
folder of your Liferay installation.