Skip to content
/ gluu Public

repository to test the installation of oxTrust and oxAuth from Gluu using docker.

License

Notifications You must be signed in to change notification settings

amaline/gluu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gluu

repository to test the installation of oxTrust and oxAuth from Gluu using docker.

after checking out the repository in the gluu/base directory run

# docker build -t gluu-base .

in the gluu/opendj directory run

# docker build -t gluu-opendj .

in the gluu/ox directory run

# docker build -t gluu-ox .

Run the gluu-opendj image with

# docker run -d --name opendj gluu-opendj

wait a few seconds and run the gluu-ox image

# docker run -d -p 8080:8080 --link opendj:opendj --name ox gluu-ox

currently not working due to a problem visible in the logs

# docker logs -f ox

About

repository to test the installation of oxTrust and oxAuth from Gluu using docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages