Now that I have migrated from Atlassian Confluence Server (as per the Atlassian's ultimatum), as a Confluence Space Administrator I want to sort the sidebar using natural sort rather than position so that I do not have to manually re-order the pages again.
Anyone have a solution to this?
I had to run system-config-firewall-tui to customize the Red Hat firewall to allow HTTP and tcp over port 8090.
Thanks for taking the time to post your solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some additional notes on this:
Installation on t1.micro failed because it was too small, started over with m1.small.
Before creating instance, create key pair so you have the locally stored portion of the key. and edit security group to enable ssh.
Once instance has initialized open a terminal.
cd to directory with .pem key file
ssh -i <file>.pem ec2-user@<public DNS name for EC2 instance>
sudo sh
yum install system-config-firewall-tui
system-config-firewall-tui
- select customize, enable tcp over port 8090
cd /tmp
Download the .bin file for the appropriate installer, e.g.:
wget www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-5.1.4-x64.bin&version=5.1.4&usertype=trial
Once download is complete, make executable and run:
chmod a+x atlassian-confluence-5.1.4-x64.bin
Run the installer:
./atlassian-confluence-5.1.4-x64.bin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.