Note : This document only show common indications to help you get started quickly. The full documentation can be found here
. The Confluence version use for this guide is 2.10.1.
Prerequisite
Preparation
- Download the latest Standalone version of Confluence here

- Request an evaluation key here
(a Sign-Up is required!)
Installation
- Extract the Confluence archive (confluence-2.10.1.std.zip) to a directory (ex: C:\ ). The archive already include a directory like confluence-2.10.1-std, so the result of the extraction will give us the final directory C:\confluence-2.10.1-std that will represent the confluence.home throughout this guide.
- Edit the file confluence.home\confluence\WEB-INF\classes\confluence-init.properties :
- Uncomment the confluence.home key at the end of the file
- Update the value to a directory to store the Confluence data (ex: C:/confluence-2.10.1-std/data). Use / instead of \ for directory separator. This directory will be created by Confluence on start if it doesn't exist.
###########################
# Configuration Directory #
###########################
# specify your directory below (don't forget to remove the '#' in front)
confluence.home=C:/confluence-2.10.1-std/data
Starting Confluence
- Start Confluence by launching confluence.home\bin\startup.bat
- Open your Internet Browser to http://localhost:8080

First Time run of Confluence
The first time you try to access Confluence, you would need to go through a wizard that will help you configuring Confluence :
License
- The username is admin and the password admin. [WIP:HowTo - Use other credentials with Confluence]
Standard Installation (for evaluation purpose)
Administration Account
Setup Completed
Stopping Confluence
- Stop Confluence by launching confluence.home\bin\shutdown.bat