• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 05, 2024, 10:36:25 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - darong.mean

1
Programming of KonaKart / How to setup a new project?
August 14, 2015, 08:00:38 am
To all,

I'm looking to prototype a storefront with Konakart and Liferay and I'd like to get some idea with how to setup the project. There are several ways that I think of

  • make modification in the "custom" or "webapps" folder and run ant build with make_liferay_portlet_war/make_wars goal

  • run ant goal make_eclipse_project, copy all files back to konakart installation and then run ant goal make_liferay_portlet_war

  • create a project from scratch



We have concern on the first and second options on how to store them in source control like git. The third option would take a bit work to pull of. So my question is how do you setup this kind of project?