This guide describes how to install a new Confluence installation on Windows using the installer. You can also install Confluence manually from a 'zip' archive - see Installing Confluence on Windows from Zip File for details.
If you are upgrading Confluence, please refer to the Upgrading Confluence guide.
Note: Some anti-virus or other Internet security tools may interfere with the Confluence installation process and prevent the process from completing successfully. If you experience or anticipate experiencing such an issue with your anti-virus/Internet security tool, disable this tool first before proceeding with the Confluence installation.
On this page: |
Use the installation wizard if you are installing Confluence on your server for the first time or you wish to specify your installation options.
If you have previously installed Confluence using the installation wizard and wish to re-install Confluence again with the same installation options, you can re-install Confluence in 'unattended mode' without any user input required (see below for details).
To install Confluence as a service, the Windows Installer must be run using a Windows administrator account. While you can run the Windows Installer with a non-administrator account, your installation options will be much more limited.
start-confluence.bat at the Windows Command Prompt. Please Note:
If Confluence is not already started, you can start Confluence using the appropriate Windows 'Start' menu shortcut or command prompt option.
Once Confluence is started, you can access Confluence from the appropriate Windows 'Start' menu shortcut or a browser on any computer with network access to your Confluence server.
The Installer will have created the following Windows 'Start' menu shortcuts:
Enter the bin subdirectory of your Confluence installation directory and run the appropriate file:
start-confluence.bat (to start Confluence)stop-confluence.bat (to stop Confluence) If you followed our guidelines for running Confluence with a dedicated user account, then to run Confluence as this user account (e.g. 'confluence'), use the
runas command to execute start-confluence.bat. For example:
runas /env /user:<DOMAIN>\confluence start-confluence.bat<DOMAIN> is your Windows domain or computer name.)You can access Confluence from any computer with network access to your Confluence server by opening a supported web browser on the computer and visiting this URL:
http://<computer_name_or_IP_address>:<HTTP_port_number>where:
<computer_name_or_IP_address> is the name or IP address of the computer on which Confluence is installed and<HTTP_port_number> is the HTTP port number specified when you installed Confluence (above). If Confluence does not appear in your web browser, you may need to change the port that Confluence runs on.
See the Confluence Setup Guide.
If you have previously installed Confluence using the installation wizard (above), you can use a configuration file from this Confluence installation (called response.varfile) to re-install 'unattended mode' without any user input required.
Installing Confluence in unattended mode saves you time if your previous Confluence installation was used for testing purposes and you need to install Confluence on multiple server machines based on the same configuration.
Please Note:
response.varfile file contains the options specified during the installation wizard steps of your previous Confluence installation. Hence, do not uninstall your previous Confluence installation just yet.response.varfile file, please ensure all directory paths specified are absolute, for example, sys.installationDir=C\:\\Program Files\\Atlassian\\Confluencecopy the response.varfile file located in the .install4j subdirectory of your previous Confluence installation directory, to the same location as the downloaded 'Windows Installer' file.response.varfile if you need to install Confluence on multiple machines.Change directory (cd) to the location of the 'Windows Installer' file and run the following command:
atlassian-confluence-X.Y.exe -q -varfile response.varfile |
Where:
X.Y — refers to the version of Confluence you are about to install.-q — instructs the installer to operate in unattended mode (i.e. 'quietly').-varfile response.varfile — specifies the configuration file containing the configuration options used by the installer. The location and name of the configuration file should be specified after the -varfileoption.
The content in this section is currently unsupported:
(/) To find out what other options can be specified to the installer, specify the {{-h}} option --- i.e. {{atlassian-confluence-X.Y.exe -h}}
|