|
Please refer to Installing Confluence Standalone for updated instructions. |
Installing the standalone version is easy:
JAVA_HOME variable to where you installed Java. If you are running windows, steps on how to do this can be found hereconfluence-init.properties file in the confluence\WEB-INF\classes directory which you can find under the confluence install directory, and set the confluence.home property to a directory of your choice. The line that you need to change in the confluence-init.properties file looks like #confluence.home=/tmp/confluence. You need to change it to confluence.home=<your confluence home location>. For example you might choose c:/confluencedata as your confluence.home directory, so you'd change that line to confluence.home=c:/confluencedata. Don't forget to remove the leading '#' character. This directory is where Confluence will store it's configuration information, indexes and attachments, so the user running the server must have write access to this directory.bin/startup.sh (*nix) or bin\startup.bat (Windows). Check that there are no errors on the console. See Troubleshooting & Technical Support if you see any errors|
If you are installing on Mac OS X this document contains more detail: Confluence Installation OS X.pdf |