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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i followed the instructions.
then i typed the url and i got "Unable to connect"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the bottom of the file works just fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I didn't quite get this part:
Add the JAVA_HOME the path to java
Where in the /profile should I add those two things you listed below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.