You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Tested solution on centos 7 minimal last edition
Make the user confluence root with visudo
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
confluence ALL=(ALL) ALL
from now on, everything is done under the user confluence unless noted otherwise
To check your installed java version :
Add the JAVA_HOME the path to java
optional: setsebool -P httpd_can_network_connect_db 1
Configure your YUM repository
Locate and edit your distributions .repo file, located:/etc/yum.repos.d/CentOS-Base.repo, [base] and [updates] sections
To the section(s) identified above, you need to append a line (otherwise dependencies might resolve to the postgresql supplied by the base repository):
Install PGDG RPM file
Files for postgres are in /var/lib/pgsql/9.6 and data in /var/lib/pgsql/9.6/data
Install all the postgresql files available:
Initialize your Postgres database and start PostgreSQL:
Configure PostgreSQL to start on boot:
Issue the following commands to set a password for the postgres database user.
As postgres user, edit the /var/lib/pgsql/9.6/data/pg_hba.conf
Replace:
# IPv4 local connections:
host all all 127.0.0.1/32 ident
to
host all all 0.0.0.0/0 md5
As Confluence user, restart postgresql service
Open your web browser and enter your URL:8090
Follow the step by step procedure until confluence is completely setup
i followed the instructions.
then i typed the url and i got "Unable to connect"
Thank you, thank you, THANK YOU.. first walkthrough I've found (out of SEVERAL) that worked without any issues.
Thank you.
that is very nice of you. thank you for the kind words..that was my first walkthrough.