https://github.com/jonathanlight/template_docker_php_8.1
Template docker PHP 8.1 Apache
https://github.com/jonathanlight/template_docker_php_8.1
Last synced: 12 months ago
JSON representation
Template docker PHP 8.1 Apache
- Host: GitHub
- URL: https://github.com/jonathanlight/template_docker_php_8.1
- Owner: Jonathanlight
- License: mit
- Created: 2023-02-12T15:56:26.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-14T04:07:48.000Z (over 2 years ago)
- Last Synced: 2025-04-05T13:17:43.934Z (about 1 year ago)
- Language: PHP
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template_docker_php_8.1
- Template docker PHP 8.1 Apache
### Requirements
---
- PHP 8.1
- Symfony 6.3
- Apache 2.4
- MySQL 5.7
- Composer 2
### Usage
---
### Installation
---
```
git clone https://github.com/Jonathanlight/template_docker_php_8.1.git
$ cd template_docker_php_8
# build docker containers
$ make docker-build
# or start docker containers
$ make docker-run
# install dependencies
$ make docker-exec apache bash
$ composer install
```
### Installation SSl
---
```
cd docker/etc/apache/ssl/
openssl req -x509 -out server.crt -keyout server.key \
-newkey rsa:2048 -nodes -sha256 \
-subj '/CN=localhost' -extensions EXT -config <( \
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
```
### Configuration
---
### Deployment
---
### Authors
---
- Jonathan KABLAN