https://github.com/tecnickcom/docker-php-saml
Dockerfile for onelogin/php-saml
https://github.com/tecnickcom/docker-php-saml
Last synced: 8 months ago
JSON representation
Dockerfile for onelogin/php-saml
- Host: GitHub
- URL: https://github.com/tecnickcom/docker-php-saml
- Owner: tecnickcom
- License: other
- Created: 2017-04-24T15:22:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T10:38:47.000Z (over 5 years ago)
- Last Synced: 2025-02-24T21:02:29.750Z (8 months ago)
- Language: Makefile
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# docker-php-saml
*Dockerfile for onelogin/php-saml*
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20docker-php-saml%20project)
*Please consider supporting this project by making a donation via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20docker-php-saml%20project)** **category** Docker
* **author** Nicola Asuni
* **copyright** 2017-2017 Nicola Asuni - Tecnick.com LTD
* **license** http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
* **link** https://github.com/tecnickcom/docker-php-saml
* **docker** https://hub.docker.com/r/tecnickcom/docker-php-saml## Description
Dockerfile to package [php-saml](https://github.com/onelogin/php-saml) with nginx and php.
## Requirements
This script requires Docker (https://www.docker.com/).
To install Docker in a debian or Ubuntu OS:
```
sudo apt-get install docker docker.io
```
Add your user to the "docker" group:
```
sudo groupadd docker
sudo gpasswd -a docker
sudo service docker restart
```## Getting started
This project include a Makefile that allows you to automate common operations.
To see all available options:
```
make help
```
To build the project
```
make build
```## Developer(s) Contact
* Nicola Asuni