1.Download Confluence
Download the installer for your operating system – https://www.atlassian.com/software/confluence/download
2.Run the installer
2.1.Make the installer executable
chmod a+x atlassian-confluence-X.X.X-x64.bin
2.2.Run the installer
sudo ./atlassian-confluence-X.X.X-x64.bin
2.3.Follow the prompts to install Confluence.Follow the prompts to install Confluence
You’ll be asked for the following info:
- Install type – choose option 2 (custom) for the most control.
- Destination directory – this is where Confluence will be installed.
- Home directory – this is where Confluence data like logs, search indexes and files will be stored.
- TCP ports – these are the HTTP connector port and control port Confluence will run on. Stick with the default unless you’re running another application on the same port.
- Install as service – this option is only available if you ran the installer as sudo.