By: reza Piri user 16 Sep 2017 at 11:13 a.m. CDT

2 Responses
reza Piri gravatar
I'm following these instructions: https://gluu.org/docs/oxd/conf/ It says to create the oxd-confg file but it does not specify where to install it. Where does this file go on RHEL6?

By reza Piri user 16 Sep 2017 at 4:11 p.m. CDT

reza Piri gravatar
Update - i tried installing on amazon linux with maven and I got this compile error when I ran `mvn clean package` Failed to execute goal on project oxd-common: Could not resolve dependencies for project org.xdi:oxd-common:jar:3.2.0-SNAPSHOT: Could not find artifact org.xdi:uma-rs-resteasy:jar:3.2.0-SNAPSHOT in gluu (http://ox.gluu.org/maven) -> [Help 1]

By Yuriy Zabrovarnyy staff 19 Sep 2017 at 10:42 a.m. CDT

Yuriy Zabrovarnyy gravatar
It depends on how do you perform installation. There are ready to go packages described [here](https://gluu.org/docs/oxd/install/) Or otherwise you can perform manual installation described [here](https://gluu.org/docs/oxd/install/#manual-installation) Since you tried to build it I guess you would prefer manual installation. Not sure which branch you did try to install, our latest official version is `3.0.2`, [git branch](https://github.com/GluuFederation/oxd/tree/version_3.0.2). Latest not officially released yet `3.1.1` located [here](https://github.com/GluuFederation/oxd/tree/version_3.1.1) However there is no need to build them by hand, you can find respective zip's in maven repo: - https://ox.gluu.org/maven/org/xdi/oxd-server/3.0.2/oxd-server-3.0.2-distribution.zip - https://ox.gluu.org/maven/org/xdi/oxd-server/3.1.1-SNAPSHOT/oxd-server-3.1.1-SNAPSHOT-distribution.zip About configuration, there is no need to create any file manually. Once you unpack zip file (or install linux package) you should be able to find confgiration under 'conf' directory. - conf/oxd-conf.json - conf/oxd-default-site-config.json Documentation describes what each configuration property means. I hope it helps. Thanks, Yuriy Z