System information

Adobe documentation - Confidential
# adduser -g webusers -s /sbin/nologin -M -c ColdFusion cfuser
Specify a strong password for the new user:
# passwd cfuser
If you are running multiple instances of ColdFusion consider creating a dedicated user account for each
instance to run as.
ColdFusion Installation
Run the installer as root or using sudo.
Installer Configuration: Choose #1 - Server configuration
If you are deploying ColdFusion a JEE server such as WebSphere, WebLogic, JBoss, etc. select
an EAR or WAR file, otherwise choose option 1 Server configuration.
Select ColdFusion Server Profile: Production Profile (Secure)
Enable the Secure profile to install with more secure defaults. As of ColdFusion 11 you can
enable secure profile from ColdFusion administrator as well.
IP Addresses allowed: 127.0.0.1,::1 comma separate any other IP addresses that need to
access ColdFusion Administrator.
Sub-components Installation
1) Solr Service - the Solr service is needed only if you are using cfsearch, cfcollection, cfindex
tags. Disable the Solr service if not needed.
2) Admin component for Remote Start/Stop - disable.
3) Start ColdFusion on system init - enable.
Disabling unused servlets
Uncheck RDS, JS Debug
Uncheck WSRP if not using Web Services for Remote Portlets
Uncheck CFSWF and Flash Forms if not using Flash Forms
Choose Installation Folder
Select a non default installation folder, in this guide we will use /opt/cf11/
Configure Web Servers
Continue with installation - do not install the web server connector yet.
Runtime User
Enter the name of the user created in the previous section:
cfuser
Configure ColdFusion with OpenOffice
Skip - OpenOffice integration is used by cfdocument to convert Word documents to
PDF or PowerPoint presentations to PDF/HTML.
Administrator Credentials
Enter username: select a unique username (not admin)
Server Updates
Y automatically check for server updates.
Install ColdFusion Hotfixes / Updates
Because Apache is not configured yet you will need to login to the ColdFusion administrator via the
built-in web server, eg http://127.0.0.1:8500/CFIDE/administrator/
Adobe documentation - Confidential