Download Latest Version tencompetence_final.zip (29.8 MB)
Email in envelope

Get an email when there's a new version of TENCompetence

Home / Portlets
Name Modified Size InfoDownloads / Week
Parent folder
org.tencompetence.social-portlet-5.2.3.1.war 2010-05-26 5.7 MB
Totals: 1 Item   5.7 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.
Source: tencompetence_final_README.txt, updated 2009-12-23