Skip to content

Instantly share code, notes, and snippets.

View kgolebiowski's full-sized avatar

Krzysztof Gołębiowski kgolebiowski

View GitHub Profile
@jardineworks
jardineworks / gist:eb9e39290536ef0efd3c
Last active November 1, 2017 22:45
SB + Custom Indexer + Search
---------------------------------------------------------------------------------------------------------
STEP #1: Create new service builder portlet
---------------------------------------------------------------------------------------------------------
1. Project name sample-recipe-portlet
2. Plugin type: Service Builder Portlet
3. Portlet type should be MVCPortlet (at least that is my prefrence)
4.
---------------------------------------------------------------------------------------------------------
@topolik
topolik / idea.sh
Created February 25, 2016 09:01
Bash script for IntelliJ IDEA setup of Liferay Portal modules
#!/bin/bash
#
# Bash script to create Liferay modules structure in IntelliJ IDEA
#
# The script is provided as-is under GNU GPL v3 license, use at your own risk.
#
# Prerequisites:
# ==============
# 1, There is only one module "portal-master" that references all portal
# sources - portal-impl, portal-service, portal-web, util-*