Skip to content

ponsfrilus/docker-tequila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Docker Tequila

This docker compile and active the "mod_tequila.so" as apache2 module.

The Dockerfile-Tequila file based on php:7.2-apache proceed as follows:

  1. Get the tequila gunzip and tar x it
  2. Install wanted dependencies (apache2-dev libssl-dev)
  3. Create the default Tequila session dir
  4. Use make to compile mod_tequila.xx
  5. Use apxs to create the .so
  6. Create the mod_tequila.load
  7. Enable the module

About

Tequila is a federated identity management system. It provides the means to authenticate people in a network of organizations.

Usage

docker-compose up and then head to http://localhost:8888.

ToDo

  • Add the Tequila server in the docker-compose file

About

Play with "mod_tequila.so" (apache2 module) inside a Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages