KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: jason_xi on March 25, 2011, 05:36:45 am

Title: Hi everyone,Could someone tell me I should use which version of liferay?
Post by: jason_xi on March 25, 2011, 05:36:45 am
Hi, everyone
Could someone tell me I should use which version of liferay with KonaKart-5.2.0.0 version.

hope your answer!
thanks!
Title: Re: Hi everyone,Could someone tell me I should use which version of liferay?
Post by: greg on March 25, 2011, 09:05:01 am
I have just verified KonaKart v5.2.0.0 works on liferay-portal-6.0.6/tomcat-6.0.29 (the current GA release).   (At 25th March 2011 these are the current versions of both products).

Be sure to read the User Guide and the Portlet Installation guides before your start.  These are provided in your KonaKart download package at these locations:

doc/KonaKart_User_Guide.pdf
custom/konakartadmin_portlet/liferay/doc/Installation.pdf


Just for ease of reference, these are the steps I just took to verify this combination:

Install KonaKart

# Now run the ANT task to create your two portlet WAR files:

cd custom
bin/kkant make_liferay_portlet_war, make_admin_liferay_portlet_war -DnoAXIS=true -DLR605=true

(use the parameter LR605, it works the same for LR606)

Do remember the extra -D parameters when creating these portlet wars.


Install Liferay
Log in as Bruno
Add a page for konakart and a page for konakartadmin

For the konakart portlet:
Add >> More >> Install more applications >> Upload File
(then upload the custom/portlet_war/konakart.war file you created with the ANT task)

Then Add the konakart application:
Add >> More >> Sample >> KonaKart >> Add

You should now see the konakart application in Liferay.


Repeat the same instructions for the KonaKart Admin App.
The KonaKart Admin WAR file is located in:
custom/admin_portlet_war/konakartadmin.war


All should work fine if you follow these steps.

Check the instructions in the documents mentioned above if you have problems.