Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasvauche/testing_sf
https://github.com/nicolasvauche/testing_sf
course docker docker-compose dockerfile github-actions gitlab-ci jenkins phpunit symfony
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolasvauche/testing_sf
- Owner: nicolasvauche
- Created: 2024-06-07T14:05:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T15:30:35.000Z (2 months ago)
- Last Synced: 2024-10-10T11:43:41.130Z (27 days ago)
- Topics: course, docker, docker-compose, dockerfile, github-actions, gitlab-ci, jenkins, phpunit, symfony
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony 7.1 avec Docker Compose, PHPUnit et CI/CD
Ce projet est une application Symfony 7.1 configurée pour s'exécuter dans des conteneurs Docker. Il inclut des tests unitaires avec PHPUnit et des pipelines CI pour GitHub Actions, GitLab CI et Jenkins.## Prérequis
- Docker
- Docker Compose## Installation
1. Clonez le dépôt :
```bash
git clone https://github.com/nicolasvauche/testing_sf.git
```
2. Construisez et lancez les conteneurs Docker :
```bash
docker-compose up -d
```
3. Accédez à l'application :
Ouvrez votre navigateur et accédez à `http://localhost:8081/hello/`.