Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Last active August 29, 2015 14:08
Show Gist options
  • Save ryanmaclean/a1ddd82666714bbeaa10 to your computer and use it in GitHub Desktop.
Save ryanmaclean/a1ddd82666714bbeaa10 to your computer and use it in GitHub Desktop.
Alfresco One 4.2.3.1 One-Line Installer
#############################################################################################
# This opinionated oneline installer assumes that you want internal PostgreSQL, #
# Google Docs integration, LibreOffice, Solr, Java, Sharepoint and Tomcat to be installed. #
# Note that the password is stored in the $PASSWORD variable - you can set this #
# in the one-liner or outside of this code. #
# Documented here: http://docs.alfresco.com/4.2/concepts/silent-alf-install.html #
# Further: http://blyx.com/2014/02/20/alfresco-tip-unattended-installation-with-one-command #
#############################################################################################
alfresco-enterprise-4.2.3.1-installer-linux-x64.bin --prefix /opt/alfresco \
--unattendedmodeui none --mode unattended --debuglevel 0 \
--enable-components javaalfresco,alfrescosharepoint,alfrescogoogledocs,libreofficecomponent \
--alfresco_admin_password $PASSWORD --baseunixservice_install_as_service 1 \
--alfrescocustomstack_services_startup auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment