Liferay-Development for beginners – Part two – Creation of a development environment

Categories: Java, Liferay

The development for the Liferay portal is quite nice by using a local develop environment with Eclipse, Mysql and Liferay. Therefore you should download the following components: Liferay (http://sourceforge.net/projects/lportal/files/Liferay%20Portal/) Liferay Portal bundled with Tomcat Liferay Portal sources Liferay Portal Documentation Liferay Portal SDK Eclipse Eclipse Liferay IDE (downloadable via Eclipse Marketplace -> just search for […]

Liferay-Development for beginners – Part One – Setup your own instance

Categories: Java, Liferay

This little tutorial is written for users that are familiar with the following points, so they are not explained in detail: Working with linux (or any other OS of your choice), an editor like vi, etc. Install and configure a Mysql instance Creation of schema and assignment of user and rights Before you start with […]

Liferay: How can all new users get equal page structures

Categories: Liferay

A little how-to for Liferay dev: 1) Define page structures for that area (public or private) you want to have equal. 2) Export them into a lar file ->do not export Groups / Roles otherwise you can’t remove groups on your system that existed on your system when the lar file was exported. The will […]