crocciari / php82ssl

install php 8.2 with apache server and ssl certificate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php82ssl

Install php 8.2 with apache server and ssl certificate

Always run directly from your project's root folder.

execute this server

sudo docker-compose up -d --build

stop this server

sudo docker-compose down

generate certificate

Important

The certificate is already generated in the correct folder

But if it is necessary to generate it again, just execute the following line:

./.docker/apache/create-cert.sh

Where do I place my developed codes

Your project files can be placed directly in the root folder.

About

install php 8.2 with apache server and ssl certificate

License:MIT License


Languages

Language:PHP 40.9%Language:Shell 35.2%Language:Dockerfile 23.9%