Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated from Rob's questions.
Noteinfo

See Confluence Setup Archive for older versions of Confluence.

Table of Contents

Introduction

This article takes you through a Confluence 3.5+ setup using the following software stack,

  1. Confluence Standalone (includes its own embedded Tomcat) for Linux
  2. Java Development Kit (JDK)
  3. PostgreSQL
    Warning

    It is recommended that you finish reading the article before starting.

PostgreSQL

Confluence comes with its own embedded database called hsqldb. However, for real production use you should use a full fledged database like PostgreSQL.

...

Note

Make sure you are install a JDK and not  a JRE. This is a requirement of Confluence.

...