Skip to content

Instantly share code, notes, and snippets.

@baxtheman
Last active December 17, 2015 19:58
Show Gist options
  • Save baxtheman/5663901 to your computer and use it in GitHub Desktop.
Save baxtheman/5663901 to your computer and use it in GitHub Desktop.
import_lars properties file sample
#
# file properties to run the import_lars.jar
#
#
# WS connection data
#
protocol=http
admin.auth=test@liferay.com
admin.password=test
remote.host=127.0.0.1
remote.port=8080
#
# Run mode
#
test.mode=false
default.company.id=1
#
# Filesystem info
#
fs.root.path=.\\data
# Content of the 'data' folder:
#
# site01
# |--> public
# | |---> import.properties
# | |---> public_bpm_pages.lar
# |
# |--> private
# | |---> import.properties
# | |---> private_bpm_pages.lar
# |
# |--> documents
# |---> import.properties
# |---> doc_43534.lar
# site02
# |--> public
# |..
# for import.properties specification see com.liferay.portal.kernel.lar.PortletDataHandlerKeys
#
# Email configuration
#
mail.enabled=false
mail.from.address=baxtheman@gmail.com
mail.transport.protocol=smtp
mail.transport.protocol.port=465
mail.transport.protocol.auth=true
mail.host=smtp.gmail.com
mail.to.addresses=daniele.baggio@smc.it
mail.user=
mail.password=
#
# file properties for lar import parameters
#
CATEGORIES=false
DATA_STRATEGY=DATA_STRATEGY_MIRROR
DELETE_MISSING_LAYOUTS=false
DELETE_PORTLET_DATA=false
LOGO=true
PERMISSIONS=false
PORTLET_ARCHIVED_SETUPS=true
PORTLET_DATA=true
PORTLET_SETUP=true
PORTLET_USER_PREFERENCES=true
THEME=false
USER_ID_STRATEGY=CURRENT_USER_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment