Skip to content

Instantly share code, notes, and snippets.

@jverweijL
Last active October 9, 2018 10:09
Show Gist options
  • Select an option

  • Save jverweijL/6e7f4e7e23676e33c27f28ad0b5d4464 to your computer and use it in GitHub Desktop.

Select an option

Save jverweijL/6e7f4e7e23676e33c27f28ad0b5d4464 to your computer and use it in GitHub Desktop.
Liferay Best Practices
  1. Set mysql to lowercase only
 --lower-case-table-names=1 
  1. Turn off Autogenerate Structure Key and Template Key
# Use your own keys instead:
GLOBAL.STRUCTURE.DISH
GLOBAL.TEMPLATE.MENU_LIST
  1. Put as much as possible into the global site so you can re-use it
  2. Create separate global vocabularies like Channel, Topic, etc. so you can make them required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment