Skip to content

jonathankablan/TemplateSymfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TemplateSymfony

  • TemplateSymfony

Requirements


  • PHP 8.1
  • Symfony 6.4
  • Apache 2.4
  • MySQL 5.7
  • Composer 2

Usage


Installation


git clone git@github.com:jonathankablan/TemplateSymfony.git
$ cd TemplateSymfony

# Utilisation de Symfony CLI
symfony new --webapp symfony --version=6.4.*

# 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

About

Template Symfony

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published