Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rather than use the gui we can do everything from the command line. I am pulled derived the command line commands from the visual guide by Confluence.

...

Code Block
langhtml
sudo - svradm # if you are not already
gunzip confluence-3.2-std.tar.gz
tar -xvpf confluence-3.2-std.tar
sudo mv ./confluence-3.2-std /opt/ # You want to use specific version numbers as part of your folder name. This will make upgrade easier in the future.

...

Manually Setup JRE

I use a manual Java setup.

Include Page
bonsai:9.0 Manually Setup Java on Ubuntu
bonsai:9.0 Manually Setup Java on Ubuntu

Log in as your staff account which has sudo access to perform the actual move to /opt/

Code Block
langhtml
cd /home/serveradmin
sudo mv ./jre1.6.0_16/ /opt/confluence/java

Next, we make the symbolic link directory. Scripts and anything else you do will use the symbolic link directory. When the new version of Confluence comes along you have various options for upgrading.

...